Skip to content

Commit

Permalink
use --follow-tags on git publish push
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jun 1, 2019
1 parent 8f85cab commit 49058cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,7 +11,7 @@
"test": "tap",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags",
"postpublish": "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 49058cb

Please sign in to comment.