Relax an isolatedBuilds check

This commit is contained in:
Stéphan Kochen
2024-02-06 09:38:01 +01:00
parent a2e2913e54
commit 67fadc3f61
+1 -1
View File
@@ -313,7 +313,7 @@ export default async (
// If isolated builds are used, we rely on the build state, so don't render // 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 // if a special `--mode` was specified. This is because skipping builds may
// give us an incomplete build state. // give us an incomplete build state.
if (opts.mode == null || isolatedBuilds.length === 0) { if (opts.mode == null || isolatedIntegration.length === 0) {
const ident = project.topLevelWorkspace.manifest.name; const ident = project.topLevelWorkspace.manifest.name;
const projectName = ident ? structUtils.stringifyIdent(ident) : `workspace`; const projectName = ident ? structUtils.stringifyIdent(ident) : `workspace`;
const projectExpr = renderTmpl(projectExprTmpl, { const projectExpr = renderTmpl(projectExprTmpl, {