Skip to content

Commit

Permalink
push to github with one command, not two
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jun 26, 2019
1 parent b701803 commit 65d8490
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 @@ -13,7 +13,7 @@
"scripts": {
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags",
"postpublish": "git push origin --follow-tags",
"test": "node test.js | tap -"
},
"keywords": [
Expand Down

0 comments on commit 65d8490

Please sign in to comment.