Skip to content

Commit

Permalink
Add skip flag to release CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelalmeidatk committed Jun 27, 2020
1 parent 152ee06 commit 72eda2b
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 @@ -29,7 +29,7 @@
"types": "lerna run types --stream",
"typescript": "lerna run typescript",
"prepublish": "lerna run prepublish",
"publish-canary": "lerna version prerelease --preid canary --force-publish && release --pre",
"publish-canary": "lerna version prerelease --preid canary --force-publish && release --pre -s",
"publish-stable": "lerna version --force-publish",
"lint-staged": "lint-staged",
"next": "node packages/next/dist/bin/next",
Expand Down

0 comments on commit 72eda2b

Please sign in to comment.