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 fef3d8e commit f79f4b5Copy full SHA for f79f4b5
scripts/tasks/check.ts
@@ -5,7 +5,7 @@ import { maxConcurrentTasks } from '../utils/maxConcurrentTasks';
5
6
// The amount of VCPUs for the check task on CI is 4 (large resource)
7
8
-const parallel = process.env.CI ? `--parallel=${maxConcurrentTasks}` : '';
+const parallel = process.env.CI ? '' : `--parallel=${maxConcurrentTasks}`;
9
10
const linkCommand = `yarn nx run-many -t check ${parallel}`;
11
const nolinkCommand = `yarn nx run-many -t check -c production ${parallel}`;
0 commit comments