File tree Expand file tree Collapse file tree 3 files changed +1731
-56
lines changed
Expand file tree Collapse file tree 3 files changed +1731
-56
lines changed Original file line number Diff line number Diff line change 2424 },
2525 "scripts" : {
2626 "postinstall" : " preconstruct dev" ,
27+ "build" : " preconstruct build" ,
2728 "release" : " preconstruct build" ,
2829 "test" : " echo skip" ,
2930 "prettier" : " prettier --check ./packages/**/*.js --ignore-path .gitignore" ,
Original file line number Diff line number Diff line change 1111 "@storybook/react" : " ^5.3.13" ,
1212 "babel-loader" : " ^8.0.6" ,
1313 "react" : " ^16.12.0" ,
14- "react-dom" : " ^16.12.0"
14+ "react-dom" : " ^16.12.0" ,
15+ "storybook-chromatic" : " ^3.5.2"
1516 },
1617 "dependencies" : {},
1718 "scripts" : {
1819 "storybook" : " start-storybook -p 6006" ,
19- "build-storybook" : " build-storybook"
20+ "build-storybook" : " build-storybook" ,
21+ "chromatic:rebase" : " chromatic --auto-accept-changes" ,
22+ "chromatic" : " chromatic --exit-zero-on-changes"
2023 }
2124}
You can’t perform that action at this time.
0 commit comments