Optimize build/lint perf

This commit is contained in:
Jack Kingsman
2026-02-28 16:21:52 -08:00
parent 365728be02
commit 0ad17c8d1f
5 changed files with 33 additions and 2 deletions
+2 -2
View File
@@ -9,8 +9,8 @@
"preview": "vite preview",
"test": "vitest",
"test:run": "vitest run",
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix",
"lint": "eslint src/ --cache",
"lint:fix": "eslint src/ --fix --cache",
"format": "prettier --write src/",
"format:check": "prettier --check src/"
},