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 (#6884)
  • Loading branch information
leosvelperez committed Aug 28, 2021
1 parent 1b6c0ee commit bdd01ed
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 bdd01ed

Please sign in to comment.