Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(devkit): fall back to the target default config when reading targ…
…et options and the config is not provided (#8932)
  • Loading branch information
leosvelperez committed Feb 25, 2022
1 parent 4287d59 commit e677a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devkit/src/executors/read-target-options.ts
Expand Up @@ -26,7 +26,7 @@ export function readTargetOptions<T = any>(

return combineOptionsForExecutor(
{},
configuration ?? '',
configuration ?? targetConfiguration.defaultConfiguration ?? '',
targetConfiguration,
schema,
defaultProject,
Expand Down

0 comments on commit e677a1d

Please sign in to comment.