Added chromatic script

develop
Jason Zhu 2023-05-11 23:34:44 +10:00
parent cbb8dd9054
commit ddb058dce6
1 changed files with 5 additions and 2 deletions

View File

@ -31,7 +31,8 @@
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx src --fix --no-error-on-unmatched-pattern",
"fix": "npm run format:write && npm run lint:fix",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public"
"build-storybook": "build-storybook -s public",
"chromatic": "npx chromatic --project-token=chpt_df2240e310a4eff"
},
"eslintConfig": {
"extends": [
@ -99,5 +100,7 @@
"prop-types": "^15.8.1",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"webpack": "^5.76.2"
}
},
"readme": "ERROR: No README data found!",
"_id": "pokertk@0.1.0"
}