修改构建设置

This commit is contained in:
York
2025-02-20 13:58:35 +08:00
parent 03889a039a
commit 4d65752d1c
3 changed files with 9 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"build": "tsc && vite build",
"lint": "eslint .",
"preview": "vite preview"
},