Skip to content

Commit

Permalink
push to github before npm
Browse files Browse the repository at this point in the history
Easier to correct, more likely to error.
  • Loading branch information
isaacs committed Feb 12, 2020
1 parent 1a3667a commit a0d7ae0
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 @@ -23,7 +23,7 @@
"test": "tap",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --follow-tags"
"prepublishOnly": "git push origin --follow-tags"
},
"license": "ISC"
}

0 comments on commit a0d7ae0

Please sign in to comment.