Skip to content

Commit 141f2d4

Browse files
committed
Upgraded husky and removed test hook
1 parent ae6e76e commit 141f2d4

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.husky/pre-commit

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
pnpm exec lint-staged
5-
pnpm test
4+
pnpm exec lint-staged

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"eslint-plugin-react": "^7.34.1",
4242
"eslint-plugin-react-hooks": "^4.5.0",
4343
"eslint-plugin-unused-imports": "^2.0.0",
44-
"husky": "^9.0.11",
44+
"husky": "^9.1.7",
4545
"jest": "^29.7.0",
4646
"jest-environment-jsdom": "^29.7.0",
4747
"lint-staged": "^15.2.2",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)