From c37b9aa3fc24d1e57e13de6f7e5efe1daded46ca Mon Sep 17 00:00:00 2001 From: "liu.huiying@ebiz-digits.com" Date: Fri, 14 Mar 2025 11:04:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:uat=E6=89=93=E5=8C=85=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 955846a..3353ec6 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "dev": "vite --mode development", "build": "run-p type-check \"build-only {@}\" --", - "build_uat": "run-s build-only -- --model uat", + "build_uat": "vite build --mode uat", "preview": "vite preview", "build-only": "vite build", "prepare": "husky",