fix: drop explicit ui:install step

This commit is contained in:
Peter Steinberger
2026-01-09 07:02:42 +00:00
parent 95c2ccbd7b
commit c46bab35df
14 changed files with 15 additions and 53 deletions

View File

@@ -304,15 +304,6 @@ export async function runGatewayUpdate(
timeoutMs,
),
);
steps.push(
await runStep(
runCommand,
"ui:install",
managerScriptArgs(manager, "ui:install"),
gitRoot,
timeoutMs,
),
);
steps.push(
await runStep(
runCommand,