dengxuefeng 1 year ago
parent
commit
89d350e4ef
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -6,6 +6,7 @@
     "build:dev": "vue-tsc --noEmit && vite build --mode development",
     "build:test": "vue-tsc --noEmit && vite build --mode preview",
     "build:prod": "vue-tsc --noEmit && vite build --mode production",
+    "build:pudong": "vue-tsc --noEmit && vite build --mode pudong",
     "build:shanxi": "vite build --mode shanxi",
     "serve": "vite preview"
   },