更新 package.json

[feat] 取消验证避免影响 编译
This commit is contained in:
ywp
2025-06-14 16:16:56 +08:00
parent 0da8836d1c
commit 5f48995626

View File

@ -5,7 +5,7 @@
"description": "React TypeScript on Replit, using Vite bundler",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build": "vite build",
"preview": "vite preview"
},
"keywords": [],