fix: make installer pnpm install noninteractive

This commit is contained in:
Keshav's Bot
2026-05-14 23:37:31 +05:30
committed by Peter Steinberger
parent 0d22fbf312
commit e72c849359

View File

@@ -2369,7 +2369,7 @@ install_openclaw_from_git() {
cleanup_legacy_submodules "$repo_dir"
activate_repo_pnpm_version "$repo_dir"
SHARP_IGNORE_GLOBAL_LIBVIPS="$SHARP_IGNORE_GLOBAL_LIBVIPS" run_quiet_step "Installing dependencies" run_pnpm -C "$repo_dir" install --frozen-lockfile
CI="${CI:-true}" SHARP_IGNORE_GLOBAL_LIBVIPS="$SHARP_IGNORE_GLOBAL_LIBVIPS" run_quiet_step "Installing dependencies" run_pnpm -C "$repo_dir" install --frozen-lockfile
if ! run_quiet_step "Building UI" run_pnpm -C "$repo_dir" ui:build; then
ui_warn "UI build failed; continuing (CLI may still work)"