You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cli/update.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ High-level:
96
96
3. Fetches upstream (dev only).
97
97
4. Dev only: preflight lint + TypeScript build in a temp worktree; if the tip fails, walks back up to 10 commits to find the newest clean build.
98
98
5. Rebases onto the selected commit (dev only).
99
-
6. Installs deps (pnpm preferred; npm fallback; bun remains available as a secondary compatibility fallback).
99
+
6. Installs deps with the repo package manager. For pnpm checkouts, the updater bootstraps `pnpm` on demand (via `corepack` first, then a temporary `npm install pnpm@10`fallback) instead of running `npm run build` inside a pnpm workspace.
100
100
7. Builds + builds the Control UI.
101
101
8. Runs `openclaw doctor` as the final “safe update” check.
102
102
9. Syncs plugins to the active channel (dev uses bundled extensions; stable/beta uses npm) and updates npm-installed plugins.
0 commit comments