Skip to content

Commit

Permalink
Get rid of auto-tag creation in npm version command (#86)
Browse files Browse the repository at this point in the history
Fixes #85
  • Loading branch information
neilenns authored May 28, 2020
1 parent 5339b35 commit f1d5970
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 @@ -15,7 +15,7 @@
"prepare": "npm run build",
"prepublishOnly": "npm run lint",
"preversion": "npm run lint",
"postversion": "git push && git push --tags",
"postversion": "git push",
"version": "npm run format && git add -A src",
"start": "node dist/src/main.js",
"webpack": "npx webpack --mode=production",
Expand Down

0 comments on commit f1d5970

Please sign in to comment.