Skip to content

Commit

Permalink
push to git with 1 command, not 2
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jul 3, 2019
1 parent cf3b27b commit df2826a
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 @@ -20,7 +20,7 @@
"test": "tap test/*.js --cov",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
"postpublish": "git push origin --follow-tags"
},
"license": "ISC"
}

0 comments on commit df2826a

Please sign in to comment.