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 7a5630e commit acb282aCopy full SHA for acb282a
.husky/commit-msg
@@ -1,4 +1,5 @@
1
#!/usr/bin/env sh
2
+. "$(dirname $0)/_/husky.sh"
3
4
npx commitlint -e
5
if [ -z $GAC_VERIFY_SIMPLE ]; then npm run test; fi
.husky/pre-commit
if [ -z $GAC_VERIFY_SIMPLE ]; then npm run lint; fi
NODE_ENV=format npx lint-staged --concurrent false
0 commit comments