Skip to content

Commit

Permalink
better autopublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Feb 13, 2022
1 parent 26d281d commit d7bff5e
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 @@ -12,7 +12,7 @@
"test": "tap",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
"prepublishOnly": "git push origin --follow-tags"
},
"engines": {
"node": ">=10"
Expand Down

0 comments on commit d7bff5e

Please sign in to comment.