diff --git a/.husky/pre-commit b/.husky/pre-commit index 399367d73..5af23fe84 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,6 +1,7 @@ if [[ "$OS" == "Windows_NT" ]]; then npx.cmd lint-staged + npm.cmd run typecheck else npx lint-staged + npm run typecheck fi -npm run typecheck