Skip to content

Commit cfea636

Browse files
committed
better git push script, before publish instead of after
1 parent 56d2805 commit cfea636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "tap test/*.js --100 -J",
1414
"preversion": "npm test",
1515
"postversion": "npm publish",
16-
"postpublish": "git push origin --all; git push origin --tags"
16+
"prepublishOnly": "git push origin --follow-tags"
1717
},
1818
"engines": {
1919
"node": "*"

0 commit comments

Comments
 (0)