We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4767eb commit 8b24adaCopy full SHA for 8b24ada
.husky/pre-commit
@@ -2,3 +2,7 @@
2
. "$(dirname -- "$0")/_/husky.sh"
3
4
npm run lint-staged
5
+
6
+if [ -x .git/hooks/pre-commit ]; then
7
+ exec .git/hooks/pre-commit
8
+fi
0 commit comments