Skip to content

Commit

Permalink
fix husky install is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed May 7, 2024
1 parent 135f9a9 commit fca0808
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 @@ -24,7 +24,7 @@
"test": "concurrently -m 1 -c auto npm:build npm:mocha",
"nyc": "nyc --reporter=lcov --reporter=text-summary npm run mocha && (which open && open ./coverage/lcov-report/index.html || true)",
"cov": "concurrently -m 1 -c auto npm:build npm:nyc",
"prepare": "husky install"
"prepare": "husky"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit fca0808

Please sign in to comment.