From 15315c049a88f90525f5b02b33303239b661e4d8 Mon Sep 17 00:00:00 2001 From: sol Date: Thu, 17 Jul 2025 12:34:48 +0800 Subject: [PATCH] =?UTF-8?q?feat(build):=20=E5=B0=86=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E9=A1=B9=E5=AE=89=E8=A3=85=E5=91=BD=E4=BB=A4=E4=BB=8E=20npm=20?= =?UTF-8?q?ci=20=E6=9B=B4=E6=96=B0=E4=B8=BA=20npm=20install?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 646a7d8..00e9843 100644 --- a/build.sh +++ b/build.sh @@ -84,8 +84,8 @@ print_divider print_step "开始前端构建 🌐" cd client -print_info "📦 安装依赖 (npm ci)..." -npm ci +print_info "📦 安装依赖 (npm install)..." +npm install print_info "🧱 执行构建 (npm run build)..." npm run build