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 18, 2024
1 parent 83b88a1 commit ab17030
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 ab17030

Please sign in to comment.