Skip to content

Commit df2826a

Browse files
committed
push to git with 1 command, not 2
1 parent cf3b27b commit df2826a

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
@@ -20,7 +20,7 @@
2020
"test": "tap test/*.js --cov",
2121
"preversion": "npm test",
2222
"postversion": "npm publish",
23-
"postpublish": "git push origin --all; git push origin --tags"
23+
"postpublish": "git push origin --follow-tags"
2424
},
2525
"license": "ISC"
2626
}

0 commit comments

Comments
 (0)