Fix husky pre-commit for winnt clients [skip ci] (#1564)

This commit is contained in:
filtered
2024-11-17 01:39:27 +11:00
committed by GitHub
parent 399893bbb2
commit 37e7994d55

View File

@@ -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