Skip to content

Commit

Permalink
πŸ‘Œ IMPROVE: publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Sep 15, 2018
1 parent 5c47cd0 commit b7ed45b
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 @@
},
"scripts": {
"log": "auto-changelog && git add . && git ci -m ' πŸ“– DOC: Update the changelog' && git push",
"release": "lerna publish && release-it",
"release": "npx lerna publish && release-it",
"release-minor": "release-it minor",
"release-major": "release-it major",
"release-dry": "release-it --dry-run"
Expand Down

0 comments on commit b7ed45b

Please sign in to comment.