Skip to content

Commit 02c9e1f

Browse files
removing chromatic token (#2685)
Co-authored-by: Robert Snow <[email protected]>
1 parent a6b73ae commit 02c9e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"clean:icons": "babel-node --presets @babel/env ./scripts/cleanIcons.js",
3636
"postinstall": "yarn build:icons && patch-package",
3737
"plop": "plop --plopfile scripts/plopfile.js",
38-
"chromatic": "chromatic --project-token 'q5msektqrfg' --build-script-name 'build:chromatic'",
38+
"chromatic": "chromatic --project-token $CHROMATIC_PROJECT_TOKEN --build-script-name 'build:chromatic'",
3939
"merge:css": "babel-node --presets @babel/env ./scripts/merge-spectrum-css.js",
4040
"release": "lerna publish from-package --yes",
4141
"publish:nightly": "lerna publish -y --canary --preid nightly --dist-tag=nightly --exact --force-publish=* --no-push",

0 commit comments

Comments
 (0)