Skip to content

Commit

Permalink
Looks like the "husky install" command is deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
KeesCBakker committed Apr 30, 2024
1 parent 95a8960 commit 5ccf881
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 @@ -42,7 +42,7 @@
"test": "mocha \"test/**/*.js\" --reporter spec --no-experimental-fetch --timeout 200",
"test-with-coverage": "nyc --reporter=text mocha \"test/**/*.js\" --reporter spec",
"bootstrap": "script/bootstrap",
"prepare": "husky install",
"prepare": "husky",
"lint": "eslint src/ test/"
},
"files": [
Expand Down

0 comments on commit 5ccf881

Please sign in to comment.