Skip to content

Commit

Permalink
DEV: Added specific preid to all publish scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Pckool committed Jul 21, 2022
1 parent 46a8bf2 commit 2ab3b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prepublishOnly": "pinst --disable",
"publish-canary": "lerna publish --canary --preid canary --yes --force-publish",
"publish-stable": "lerna publish --yes --force-publish",
"publish": "lerna publish",
"publish": "lerna publish --preid canary",
"postpublish": "pinst --enable",
"postinstall": "husky install",
"test": "vitest",
Expand Down

0 comments on commit 2ab3b05

Please sign in to comment.