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 dfd60fb commit 4c8e4e8Copy full SHA for 4c8e4e8
packages/nx/src/tasks-runner/task-graph-utils.ts
@@ -160,7 +160,7 @@ export function assertTaskGraphDoesNotContainInvalidTargets(
160
taskGraph: TaskGraph
161
) {
162
const nonParallelTasksThatDependOnContinuousTasks = [];
163
- const nonParallelContinousTasksThatAreDependedOn = [];
+ const nonParallelContinuousTasksThatAreDependedOn = [];
164
for (const task of Object.values(taskGraph.tasks)) {
165
if (
166
task.parallelism === false &&
0 commit comments