fix: skip tsc in build step, only vite build

This commit is contained in:
Superuser
2026-05-18 23:04:45 +08:00
parent 8386c982c3
commit 6ddd7edca0
+1 -1
View File
@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"check": "tsc -b",