Skip to content

Commit

Permalink
push to git before pushing to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Aug 14, 2020
1 parent f5e6cf6 commit aeda9bf
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 @@ -11,7 +11,7 @@
"test": "tap",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --follow-tags",
"prepublishOnly": "git push origin --follow-tags",
"genparse": "node scripts/generate-parse-fixtures.js",
"bench": "for i in benchmarks/*/*.js; do echo $i; for j in {1..5}; do node $i || break; done; done"
},
Expand Down

0 comments on commit aeda9bf

Please sign in to comment.