Skip to content

Commit

Permalink
fix: rework husky for v10
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaquiery committed Oct 23, 2024
1 parent 14a7b2c commit e5d736e
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 lint-staged
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"cypress:e2e": "start-server-and-test 'pnpm start --port 8002' http://localhost 'pnpm cypress:run'",
"storybook": "storybook dev -p 6006 --no-open",
"build-storybook": "storybook build",
"prepare": "husky install"
"prepare": "husky"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit e5d736e

Please sign in to comment.