Skip to content

Commit aeab2e6

Browse files
authored
Chromatic 2: project token is now a flag instead of process env (codesandbox#4075)
1 parent ec9e6ba commit aeab2e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
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": {

0 commit comments

Comments
 (0)