Pārlūkot izejas kodu

修复打包报错问题

lufei 1 mēnesi atpakaļ
vecāks
revīzija
639a9568f5
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -5,7 +5,7 @@
   "type": "module",
   "scripts": {
     "dev": "vite",
-    "build": "vue-tsc --noEmit && vite build",
+    "build": "vite build",
     "preview": "vite preview",
     "format": "prettier --write .",
     "postinstall": "patch-package"