Skip to content

Commit

Permalink
Update 1.0 stable release command to always force
Browse files Browse the repository at this point in the history
... publish each package on every release.
  • Loading branch information
Amplifiyer authored Jan 11, 2020
1 parent 8c5f476 commit 9c86800
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 @@ -20,7 +20,7 @@
"publish:master": "lerna publish --canary --force-publish \"*\" --yes --dist-tag=unstable --preid=unstable --exact",
"publish:beta": "lerna publish --canary --force-publish \"*\" --yes --dist-tag=beta --preid=beta --exact",
"publish:release": "lerna publish --conventional-commits --yes --message 'chore(release): Publish [ci skip]'",
"publish:1.0-stable": "lerna publish --conventional-commits --yes --dist-tag=stable-1.0 --message 'chore(release): Publish [ci skip]'"
"publish:1.0-stable": "lerna publish --conventional-commits --force-publish --yes --dist-tag=stable-1.0 --message 'chore(release): Publish [ci skip]'"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 9c86800

Please sign in to comment.