Skip to content

Commit dcf5ccb

Browse files
authored
fix lerna? (#6852)
1 parent 484c0cd commit dcf5ccb

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
@@ -47,7 +47,7 @@
4747
"chromatic:s2": "NODE_ENV=production CHROMATIC=1 chromatic --buildScriptName='build:chromatic-s2' --project-token=$RAINBOW_CHROMATIC_PROJECT_TOKEN",
4848
"merge:css": "babel-node --presets @babel/env ./scripts/merge-spectrum-css.js",
4949
"release": "lerna publish from-package --yes",
50-
"publish:nightly": "lerna publish -y --canary --preid nightly --dist-tag=nightly --exact --force-publish=* --no-push --no-verify-access",
50+
"publish:nightly": "lerna publish -y --canary --preid nightly --dist-tag=nightly --exact --force-publish='*' --no-push --no-verify-access",
5151
"build:api-published": "node scripts/buildPublishedAPI.js",
5252
"build:api-branch": "node scripts/buildBranchAPI.js",
5353
"compare:apis": "node scripts/compareAPIs.js",

0 commit comments

Comments
 (0)