Selaa lähdekoodia

新增行"build:dev": "vite build",

longsun.xie 8 tuntia sitten
vanhempi
commit
a1406caa9f
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -6,6 +6,7 @@
   "scripts": {
     "dev": "vite",
     "build": "vue-tsc -b && vite build",
+    "build:dev": "vite build",
     "preview": "vite preview",
     "test": "vitest run"
   },