Skip to content

Commit

Permalink
package.json: remove deprecated husky install
Browse files Browse the repository at this point in the history
  • Loading branch information
goapunk committed Aug 13, 2024
1 parent 92b7423 commit a9574bd
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 @@ -39,7 +39,7 @@
"scripts": {
"build:prod": "webpack --config webpack.prod.js --mode production",
"build": "webpack --config webpack.dev.js --mode development",
"postinstall": "husky install",
"prepare": "husky",
"watch": "webpack --config webpack.dev.js --watch --mode development"
},
"repository": {
Expand Down

0 comments on commit a9574bd

Please sign in to comment.