Skip to content

Commit

Permalink
Update package.json (aws-amplify#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
manueliglesias authored May 24, 2018
1 parent a501de9 commit db51328
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 @@ -13,7 +13,7 @@
"format": "lerna run -- format",
"lint": "lerna run -- lint",
"publish:master": "lerna publish --conventional-commits --cd-version=prerelease --yes --independent --npm-tag=unstable --preid=unstable --force-publish $(ls packages/) --message 'Publish [ci skip]'",
"publish:beta": "lerna publish --conventional-commits --yes --independent --npm-tag=beta --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]'"
},
"pre-commit": [
Expand Down

0 comments on commit db51328

Please sign in to comment.