Commit 7cfd8d40 authored by lihaihan's avatar lihaihan

保留类型检查

parent c5266c5d
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"start": "npm run dev", "start": "npm run dev",
"build": "vite build --mode production", "build": "vue-tsc --noEmit && vite build --mode production",
"build:sit": "vue-tsc --noEmit && vite build --mode sit", "build:sit": "vue-tsc --noEmit && vite build --mode sit",
"serve": "vite preview" "serve": "vite preview"
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment