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

This commit is contained in:
filtered
2024-11-16 01:45:39 +11:00
committed by GitHub
parent 82b4547d7d
commit 8af016ffc1

View File

@@ -1,2 +1,6 @@
npx lint-staged
if [[ "$OS" == "Windows_NT" ]]; then
npx.cmd lint-staged
else
npx lint-staged
fi
npm run typecheck