Skip to content

Commit d9c56ab

Browse files
committed
fix: husky
1 parent 7fbd2d9 commit d9c56ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.husky/pre-commit

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

4-
./node_modules/.bin/lint-staged
3+
# Run lint-staged
4+
npx lint-staged

0 commit comments

Comments
 (0)