From 3fdb5d8d98fdcf67366991398122695cd06385ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B4=94=E7=A3=8A?= <370298543@qq.com> Date: Tue, 17 Oct 2023 16:36:29 +0000 Subject: [PATCH] =?UTF-8?q?update=20ruoyi-ui/package.json.=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=BC=80=E5=8F=91=E7=8E=AF=E5=A2=83=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 崔磊 <370298543@qq.com> --- ruoyi-ui/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json index bacdcfa4..b12c4799 100644 --- a/ruoyi-ui/package.json +++ b/ruoyi-ui/package.json @@ -8,6 +8,7 @@ "dev": "vue-cli-service serve", "build:prod": "vue-cli-service build", "build:stage": "vue-cli-service build --mode staging", + "build:dev": "vue-cli-service build --mode development", "preview": "node build/index.js --preview", "lint": "eslint --ext .js,.vue src" },