diff --git a/.husky/pre-commit b/.husky/pre-commit index 506dd56..7324280 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,5 +1,7 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" +[ -n "$CI" ] && exit 0 + pnpm lint pnpm test