Skip to content

Commit

Permalink
chore: use git push --follow-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Oct 22, 2022
1 parent c98305c commit c1eb932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"lint": "eslint src --ext .ts --ignore-path .gitignore",
"build": "del-cli lib && tsc",
"prepublishOnly": "npm run build",
"postversion": "git push && git push --tags && npm publish",
"postversion": "git push --follow-tags && npm publish",
"prepare": "husky install"
},
"dependencies": {
Expand Down

0 comments on commit c1eb932

Please sign in to comment.