Skip to content

Commit

Permalink
now it's just "husky" instead of "husky install"
Browse files Browse the repository at this point in the history
  • Loading branch information
mrose17 committed Jan 29, 2024
1 parent d1a43e9 commit be82cc1
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 @@ -9,7 +9,7 @@
"lint": "eslint src/",
"start": "webpack serve --config webpack.config.js --mode development",
"test": "jest",
"prepare": "husky install",
"prepare": "husky",
"check": "run-p -l check:*",
"check:build": "tsc",
"check:audit": "npm audit",
Expand Down

0 comments on commit be82cc1

Please sign in to comment.