Skip to content

Commit

Permalink
chore(package): remove husky install
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffijoe committed Oct 23, 2024
1 parent eb6bc86 commit 74ace77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@
"release:prerelease": "npm run publish:pre && npm version prerelease --preid alpha && npm run publish:post",
"release:patch": "npm run publish:pre && npm version patch && npm run publish:post",
"release:minor": "npm run publish:pre && npm version minor && npm run publish:post",
"release:major": "npm run publish:pre && npm version major && npm run publish:post",
"prepare": "husky install"
"release:major": "npm run publish:pre && npm version major && npm run publish:post"
},
"files": [
"lib",
Expand Down

0 comments on commit 74ace77

Please sign in to comment.