We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e628bae commit e1de25bCopy full SHA for e1de25b
.husky/pre-commit
@@ -1,4 +1,7 @@
1
#!/usr/bin/env sh
2
. "$(dirname -- "$0")/_/husky.sh"
3
4
+# https://github.com/typicode/husky/issues/968#issuecomment-1176848345
5
+exec >/dev/tty 2>&1
6
+
7
npx lint-staged
0 commit comments