fix: make installer pnpm install noninteractive · openclaw/openclaw@e72c849
keshavbotage
·
2026-05-15
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -2369,7 +2369,7 @@ install_openclaw_from_git() {
|
2369 | 2369 | cleanup_legacy_submodules "$repo_dir" |
2370 | 2370 | activate_repo_pnpm_version "$repo_dir" |
2371 | 2371 | |
2372 | | - SHARP_IGNORE_GLOBAL_LIBVIPS="$SHARP_IGNORE_GLOBAL_LIBVIPS" run_quiet_step "Installing dependencies" run_pnpm -C "$repo_dir" install --frozen-lockfile |
| 2372 | +CI="${CI:-true}" SHARP_IGNORE_GLOBAL_LIBVIPS="$SHARP_IGNORE_GLOBAL_LIBVIPS" run_quiet_step "Installing dependencies" run_pnpm -C "$repo_dir" install --frozen-lockfile |
2373 | 2373 | |
2374 | 2374 | if ! run_quiet_step "Building UI" run_pnpm -C "$repo_dir" ui:build; then |
2375 | 2375 | ui_warn "UI build failed; continuing (CLI may still work)" |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。