Skip to content

Commit a01826d

Browse files
committed
push to git with one command, not two
1 parent bb57274 commit a01826d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"preversion": "npm test",
1111
"postversion": "npm publish",
12-
"postpublish": "git push origin --all; git push origin --tags",
12+
"postpublish": "git push origin --follow-tags",
1313
"test": "tap test/*.js"
1414
},
1515
"bin": "./bin.js",

0 commit comments

Comments
 (0)