Skip to content

Commit

Permalink
fix(core): only start plugin workers once (#22222)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored and JamesHenry committed Mar 8, 2024
1 parent 8c71c48 commit 04c0da9
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -226,6 +226,7 @@ export function buildProjectsConfigurationsFromProjectPathsAndPlugins(
let r = createNodes(matchingConfigFiles, {
nxJsonConfiguration: nxJson,
workspaceRoot: root,
configFiles: matchingConfigFiles,
});

results.push(r);
Expand Down

0 comments on commit 04c0da9

Please sign in to comment.