fix(update): avoid lint-blocked dev installs (#77181)

This commit is contained in:
Vincent Koc
2026-05-05 16:05:35 -07:00
committed by GitHub
parent fdddb413ef
commit a4c860a70c
6 changed files with 135 additions and 6 deletions

View File

@@ -148,7 +148,7 @@ manually.
Dev only.
</Step>
<Step title="Preflight build (dev only)">
Runs lint and TypeScript build in a temp worktree. If the tip fails, walks back up to 10 commits to find the newest clean build.
Runs the TypeScript build in a temp worktree. If the tip fails, walks back up to 10 commits to find the newest buildable commit. Set `OPENCLAW_UPDATE_PREFLIGHT_LINT=1` to also run lint during this preflight; lint runs in constrained serial mode because user update hosts are often smaller than CI runners.
</Step>
<Step title="Rebase">
Rebases onto the selected commit (dev only).