Explorar o código

修改打包命令

limengbo %!s(int64=5) %!d(string=hai) anos
pai
achega
c60ca7cb10
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -6,8 +6,8 @@
   "license": "MIT",
   "scripts": {
     "dev": "vue-cli-service serve",
-    "build:prod": "vue-cli-service build",
-    "build:stage": "vue-cli-service build --mode staging",
+    "build-prod": "vue-cli-service build",
+    "build": "vue-cli-service build --mode staging",
     "preview": "node build/index.js --preview",
     "lint": "eslint --ext .js,.vue src",
     "test:unit": "jest --clearCache && vue-cli-service test:unit",