From e2e0a26027e580e5d3398c00a8f23fe31eea7274 Mon Sep 17 00:00:00 2001 From: huangxianjun Date: Fri, 19 Mar 2021 11:54:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0staging=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 5bf99c0..e7646a2 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", + "build:stage": "vue-cli-service build --mode staging", "lint": "vue-cli-service lint", "predeploy": "yarn build", "deploy": "gh-pages -d dist -b pages -r https://gitee.com/iczer/vue-antd-admin.git",