Skip to content

Commit

Permalink
Minor: Using --follow-tags not --tags for git push
Browse files Browse the repository at this point in the history
  • Loading branch information
patricknelson committed Feb 20, 2024
1 parent c0dade2 commit ce856bf
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 @@ -11,7 +11,7 @@
"build": "tsc --emitDeclarationOnly",
"bump:patch": "npm version patch",
"bump:minor": "npm version minor",
"pub": "npm run test && npm run eslint && npm run build && git push --tags && npm publish"
"pub": "npm run test && npm run eslint && npm run build && git push --follow-tags && npm publish"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ce856bf

Please sign in to comment.