removed tests from lint-staged (#4203)

This commit is contained in:
Zane
2025-08-19 15:56:38 -07:00
committed by GitHub
parent c736a95984
commit 62121c6823
+1 -2
View File
@@ -143,8 +143,7 @@
"src/**/*.{ts,tsx}": [
"bash -c 'npm run typecheck'",
"eslint --fix --max-warnings 0 --no-warn-ignored",
"prettier --write",
"bash -c 'npm run test:run'"
"prettier --write"
],
"src/**/*.{css,json}": [
"prettier --write"