Skip to content

Commit

Permalink
Use postversion instead of postpublish
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Mar 30, 2022
1 parent 64d1e88 commit 7bef485
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 @@ -33,7 +33,7 @@
"build:es5": "tsc --target es5 --outDir dist",
"build": "npm-run-all --parallel build:*",
"prepublishOnly": "npm-run-all test build",
"postpublish": "git push origin master --follow-tags"
"postversion": "git push --follow-tags"
},
"keywords": [
"bionode",
Expand Down

0 comments on commit 7bef485

Please sign in to comment.