feat(build): 将依赖项安装命令从 npm ci 更新为 npm install

This commit is contained in:
sol 2025-07-17 12:34:48 +08:00
parent 6918171261
commit 15315c049a

View file

@ -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