Skip to content

Commit

Permalink
better git push script, before publish instead of after
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Dec 8, 2020
1 parent 56d2805 commit cfea636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -13,7 +13,7 @@
"test": "tap test/*.js --100 -J",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
"prepublishOnly": "git push origin --follow-tags"
},
"engines": {
"node": "*"
Expand Down

0 comments on commit cfea636

Please sign in to comment.