Skip to content

Commit c6f9c4f

Browse files
committed
simplify husky pre- scripts.
1 parent 417591d commit c6f9c4f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.husky/pre-commit

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
#!/usr/bin/env sh
2-
31
echo "Running pre-commit checks..."
42
pnpm pre-commit-check

.husky/pre-push

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
#!/usr/bin/env sh
2-
31
echo "Running pre-push checks..."
42
pnpm pre-commit-check

0 commit comments

Comments
 (0)