Skip to content

Commit

Permalink
Don't run commit hooks when user runs npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Jul 23, 2024
1 parent de3990f commit 8ca5ab6
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 @@ -10,7 +10,7 @@
"prepare": "husky",
"test": "node validate.mjs",
"version": "node update-tags.mjs && git add -u",
"postversion": "node update-tags.mjs --reset && git add -u && git commit -m \"Back to development\""
"postversion": "node update-tags.mjs --reset && git add -u && git commit --no-verify -m \"Back to development\""
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 8ca5ab6

Please sign in to comment.