Revert "Fix husky pre-commit & type check only staged" (#1550)

* Revert "Fix husky pre-commit & type check only staged (#1361)"

This reverts commit 795e932b8f.

* Update package.json
This commit is contained in:
Chenlei Hu
2024-11-15 09:19:24 -05:00
committed by GitHub
parent b922aa5c7c
commit 791a25637f
3 changed files with 5 additions and 22 deletions

View File

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