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 0188b5f commit c245620Copy full SHA for c245620
.husky/pre-commit
@@ -1,4 +1,6 @@
1
#!/bin/sh
2
+[ -n "$CI" ] && exit 0
3
+
4
. "$(dirname "$0")/_/husky.sh"
5
6
yarn lint-staged
0 commit comments