Skip to content

Commit

Permalink
chore(deps): update dependency husky to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 20, 2024
1 parent 9fee6a3 commit 2bccddc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install lint-staged
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"scripts": {
"prepare": "husky install",
"prepare": "husky",
"start": "lerna exec \"npm run dev\" --scope website",
"doc": "lerna exec \"npm run build\" --scope website",
"preview": "lerna exec \"npm run preview\" --scope website",
Expand Down

0 comments on commit 2bccddc

Please sign in to comment.