Ver Fonte

feat: 增加buil:development命令

chenhao há 2 anos atrás
pai
commit
f3073f7783
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -5,6 +5,7 @@
   "type": "module",
   "scripts": {
     "dev": "vite",
+    "build:dev": "vue-tsc --noEmit && vite build --mode development",
     "build:test": "vue-tsc --noEmit && vite build --mode test",
     "build": "vue-tsc --noEmit && vite build --mode production",
     "preview": "vite preview"