Skip to content

Commit c1eb932

Browse files
committed
chore: use git push --follow-tags
1 parent c98305c commit c1eb932

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
@@ -42,7 +42,7 @@
4242
"lint": "eslint src --ext .ts --ignore-path .gitignore",
4343
"build": "del-cli lib && tsc",
4444
"prepublishOnly": "npm run build",
45-
"postversion": "git push && git push --tags && npm publish",
45+
"postversion": "git push --follow-tags && npm publish",
4646
"prepare": "husky install"
4747
},
4848
"dependencies": {

0 commit comments

Comments
 (0)