mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 14:48:55 +02:00
fix: make installer pnpm install noninteractive
This commit is contained in:
committed by
Peter Steinberger
parent
0d22fbf312
commit
e72c849359
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user