File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222 "start:storybook" : " start-storybook" ,
2323 "typecheck" : " tsc --noEmit --pretty" ,
2424 "chromatic" : " if-env CIRCLE_BRANCH=master && yarn chromatic:master || yarn chromatic:branch" ,
25- "chromatic:master" : " CHROMATIC_APP_CODE=nffds42ndde ./node_modules/.bin/chromatic --build-script-name=build:storybook --exit-zero-on-changes --auto-accept-changes" ,
26- "chromatic:branch" : " CHROMATIC_APP_CODE=nffds42ndde ./node_modules/.bin/chromatic --build-script-name=build:storybook --exit-zero-on-changes" ,
25+ "chromatic:master" : " ./node_modules/.bin/chromatic --build-script-name=build:storybook --exit-zero-on-changes --auto-accept-changes --project-token=nffds42ndde " ,
26+ "chromatic:branch" : " ./node_modules/.bin/chromatic --build-script-name=build:storybook --exit-zero-on-changes --project-token=nffds42ndde " ,
2727 "prepublish" : " yarn build"
2828 },
2929 "dependencies" : {
You can’t perform that action at this time.
0 commit comments