Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
fix(pkg): fixed release command after version bump (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaosat-dev authored Apr 7, 2018
1 parent cc3d83b commit fd8518e
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 @@ -26,7 +26,7 @@
"release:mac": "build -m",
"release:linux": "build -l",
"release:windows": "build -w",
"postversion": "git push origin master && git push origin master --tags && release:all",
"postversion": "git push origin master && git push origin master --tags && npm run release:all",
"release-patch": "git checkout master && git pull origin master && npm version patch",
"release-minor": "git checkout master && git pull origin master && npm version minor",
"release-major": "git checkout master && git pull origin master && npm version major"
Expand Down

0 comments on commit fd8518e

Please sign in to comment.