mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 01:03:44 +08:00
chore: update web:build comman, use tsc --noEmit
This commit is contained in:
parent
dca25637c9
commit
5d37015f4d
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user