fix: harden npm update staging

This commit is contained in:
Shakker
2026-04-27 14:24:22 +01:00
parent 6985c6751c
commit b0127b9f1f
5 changed files with 267 additions and 113 deletions

View File

@@ -30,6 +30,9 @@ const STEP_LABELS: Record<string, string> = {
"git rev-parse HEAD (after)": "Verifying update",
"global update": "Updating via package manager",
"global update (omit optional)": "Retrying update without optional deps",
"global install stage": "Preparing staged package install",
"global install verify": "Verifying global package",
"global install swap": "Activating global package",
"global install": "Installing global package",
};