fix(ci): repair main tsgo regressions

This commit is contained in:
Vincent Koc
2026-04-12 19:11:32 +01:00
parent c4412c6b0c
commit d4fb7d893d
5 changed files with 32 additions and 19 deletions

View File

@@ -783,9 +783,6 @@ async function runPostCorePluginUpdate(params: {
async function continuePostCoreUpdateInFreshProcess(params: {
root: string;
channel: "stable" | "beta" | "dev";
root: string;
channel: "stable" | "beta" | "dev";
opts: UpdateCommandOptions;
opts: UpdateCommandOptions;
}): Promise<boolean> {
const entryPath = path.join(params.root, "dist", "entry.js");
@@ -1170,7 +1167,6 @@ export async function updateCommand(opts: UpdateCommandOptions): Promise<void> {
pluginsUpdatedInFreshProcess = await continuePostCoreUpdateInFreshProcess({
root: postUpdateRoot,
channel,
resultMode: result.mode,
opts,
});
}