Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
manueliglesias authored May 25, 2018
1 parent 8a6ae7e commit 0da9ae3
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 @@ -14,7 +14,7 @@
"lint": "lerna run -- lint",
"publish:master": "lerna publish --conventional-commits --cd-version=prerelease --yes --independent --npm-tag=unstable --preid=unstable --message 'Publish [ci skip]'",
"publish:beta": "lerna publish --conventional-commits --cd-version=prerelease --yes --independent --npm-tag=beta --preid=beta --message 'Publish [ci skip]'",
"publish:release": "lerna publish --conventional-commits --yes --independent --message 'Publish [ci skip]'"
"publish:release": "lerna publish --conventional-commits --cd-version=patch --yes --independent --message 'Publish [ci skip]'"
},
"pre-commit": [
"pre-commit"
Expand Down

0 comments on commit 0da9ae3

Please sign in to comment.