Skip to content

Commit

Permalink
Update deprecated husky install command
Browse files Browse the repository at this point in the history
  • Loading branch information
schorfES committed Oct 9, 2024
1 parent 982a522 commit 429e716
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 @@ -15,7 +15,7 @@
"test": "jest ./src --verbose --coverage",
"lint": "eslint . --ext .js",
"release": "HUSKY=0 release-it",
"prepare": "husky install"
"prepare": "husky"
},
"keywords": [
"validation",
Expand Down

0 comments on commit 429e716

Please sign in to comment.