Skip to content

Commit 1fc6571

Browse files
fix husky
1 parent b34f607 commit 1fc6571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.husky/pre-commit

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

3-
# Run lint-staged from node_modules (works for everyone)
4-
./node_modules/.bin/lint-staged
4+
npx lint-staged

0 commit comments

Comments
 (0)