We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008951e commit 694266dCopy full SHA for 694266d
.husky/pre-commit
100644
100755
@@ -1,5 +1,3 @@
1
-#!/usr/bin/env sh
2
-
3
# Run lint-staged for staged files
4
pnpm lint-staged
5
.husky/pre-push
@@ -1,5 +1,2 @@
-. "$(dirname -- "$0")/_/husky.sh"
# Run the pre-push check script
-bash ./scripts/pre-push-check.sh
+bash ./scripts/pre-push-check.sh
0 commit comments