Skip to content

Commit

Permalink
fix(core): use defaultConfiguration in run-many and affected when no …
Browse files Browse the repository at this point in the history
…configuration is specified (nrwl#6884)
  • Loading branch information
leosvelperez authored and ManojBahuguna committed Sep 16, 2021
1 parent 215ff90 commit ee2c6fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/workspace/src/tasks-runner/run-command.ts
Expand Up @@ -227,6 +227,8 @@ export function createTask({
process.exit(1);
}

configuration ??= project.data.targets?.[target]?.defaultConfiguration;

const config = projectHasTargetAndConfiguration(
project,
target,
Expand Down

0 comments on commit ee2c6fa

Please sign in to comment.