Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jstritch committed May 2, 2023
1 parent fe14e17 commit 9748793
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 @@ -44,7 +44,7 @@
"yalc": "yalc publish --no-scripts --push",
"preversion": "npm run lint && npm run test:badge",
"version": "npm run build && npm run typedoc && git add --all .",
"postversion": "git push && git push --tags"
"postversion": "git push --follow-tags"
},
"devDependencies": {
"@tsconfig/node14": "^1.0.3",
Expand Down

0 comments on commit 9748793

Please sign in to comment.