chore: update web:build comman, use tsc --noEmit

This commit is contained in:
huzibaca 2024-11-19 04:42:37 +08:00
parent 95123aceb5
commit 081daee53f
No known key found for this signature in database
GPG Key ID: D4364EE4851DC302

View File

@ -8,7 +8,7 @@
"build": "cross-env NODE_OPTIONS='--max-old-space-size=4096' tauri build",
"tauri": "tauri",
"web:dev": "vite",
"web:build": "tsc && vite build",
"web:build": "tsc --noEmit && vite build",
"web:serve": "vite preview",
"check": "node scripts/check.mjs",
"updater": "node scripts/updater.mjs",