From 8a7797cf8ba37fa1beec625209a6964a3668b994 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期二, 23 一月 2024 18:18:33 +0800
Subject: [PATCH] 111
---
company/package.json | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/company/package.json b/company/package.json
index 523d8c4..0434d88 100644
--- a/company/package.json
+++ b/company/package.json
@@ -4,8 +4,9 @@
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
- "build": "vue-cli-service build",
- "build:staging": "vue-cli-service build --mode staging",
+ "build:pro": "vue-cli-service build",
+ "build:pro_v2": "vue-cli-service build --mode production_v2",
+ "build:dev": "vue-cli-service build --mode staging",
"lint": "vue-cli-service lint",
"fix": "eslint --ext .js,.vue src --fix"
},
--
Gitblit v1.9.3