From fa3a2e3238ad842de2b70fb7e7e7791ab94e7bcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan=20Kochen?= Date: Mon, 19 Feb 2024 08:51:42 +0100 Subject: [PATCH] Fix isolated builds with `--mode=skip-build` --- src/generate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generate.ts b/src/generate.ts index 5648ee0..8ef0a6c 100644 --- a/src/generate.ts +++ b/src/generate.ts @@ -373,7 +373,7 @@ export default async ( // If isolated builds are used, we rely on the build state, so don't render // if a special `--mode` was specified. This is because skipping builds may // give us an incomplete build state. - if (opts.mode == null || isolatedIntegration.length === 0) { + if (opts.mode == null || isolatedBuilds.length === 0) { const ident = project.topLevelWorkspace.manifest.name; const projectName = ident ? structUtils.stringifyIdent(ident) : `workspace`; const projectExpr = renderTmpl(projectExprTmpl, {