Skip to content

Commit 49058cb

Browse files
committed
use --follow-tags on git publish push
1 parent 8f85cab commit 49058cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "tap",
1212
"preversion": "npm test",
1313
"postversion": "npm publish",
14-
"postpublish": "git push origin --all; git push origin --tags",
14+
"postpublish": "git push origin --follow-tags",
1515
"genparse": "node scripts/generate-parse-fixtures.js",
1616
"bench": "for i in benchmarks/*/*.js; do echo $i; for j in {1..5}; do node $i || break; done; done"
1717
},

0 commit comments

Comments
 (0)