Skip to content

Commit

Permalink
fix(core): normalizeTargetDependencyWithStringProjects should not ret…
Browse files Browse the repository at this point in the history
…urn undefined
  • Loading branch information
xiongemi committed Jul 19, 2024
1 parent 8b1c78c commit de44999
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/nx/src/tasks-runner/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ export function normalizeTargetDependencyWithStringProjects(
} else if (dependencyConfig.projects === 'dependencies') {
dependencyConfig.dependencies = true;
delete dependencyConfig.projects;
return;
/** LERNA SUPPORT END - Remove in v20 */
} else {
dependencyConfig.projects = [dependencyConfig.projects];
Expand Down

0 comments on commit de44999

Please sign in to comment.