Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
fix(package.json): fix git push command
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed Feb 11, 2017
1 parent cca7193 commit 13524f2
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 @@ -11,7 +11,7 @@
"docs": "jsdoc lib --destination docs --configure .jsdoc.json --readme README.md ",
"preversion": "npm run nlv && npm run test",
"version": "npm run changelog && git add -A CHANGELOG.md",
"postversion": "git push && git push origin master--tags",
"postversion": "git push origin master --tags",
"release-major": "npm version major -m \"chore(release): v%s\"",
"release-minor": "npm version minor -m \"chore(release): v%s\"",
"release-patch": "npm version patch -m \"chore(release): v%s\"",
Expand Down

0 comments on commit 13524f2

Please sign in to comment.