Skip to content

Commit

Permalink
chore: add release canary script
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Dec 14, 2018
1 parent 89e1d03 commit b714dc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"prerelease": "yarn run packages",
"release": "lerna publish --conventional-commits",
"release:beta": "yarn release --npm-tag=beta --preid=beta",
"release:canary": "lerna publish --canary --force-publish=\"*\" --canary --exact --yes --npm-client npm",
"precommit": "lint-staged",
"commit": "git-cz",
"contributors:add": "all-contributors add",
Expand Down

0 comments on commit b714dc7

Please sign in to comment.