We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6244f3f commit d7ba5a3Copy full SHA for d7ba5a3
packages/ci/src/lib/run.ts
@@ -75,6 +75,7 @@ export async function runInCI(
75
diffArtifact,
76
};
77
}
78
+ return { mode: 'monorepo', projects: projectResults };
79
80
81
logger.info('Running Code PushUp in standalone project mode');
0 commit comments