Skip to content

Commit 6d5c166

Browse files
committed
chore: simplify husky hooks by removing unnecessary shebang lines
1 parent 9048bda commit 6d5c166

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.husky/pre-commit

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

.husky/pre-push

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

0 commit comments

Comments
 (0)