소스 검색

修改生产打包

aaa 3 년 전
부모
커밋
7b9e6a13b0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -6,7 +6,7 @@
     "serve": "vue-cli-service serve",
     "dev": "vue-cli-service build --mode development",
     "test": "vue-cli-service build --mode test",
-    "build": "vue-cli-service build --mode production",
+    "pro": "vue-cli-service build --mode production",
     "lint": "vue-cli-service lint"
   },
   "dependencies": {