Skip to content

Commit

Permalink
chore(repo): ensure plugin pool works during unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Apr 30, 2024
1 parent c09f70f commit 2d309df
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ export function loadRemoteNxPlugin(
...(isWorkerTypescript
? {
// Ensures that the worker uses the same tsconfig as the main process
TS_NODE_PROJECT: path.join(__dirname, '../../../tsconfig.lib.json'),
TS_NODE_PROJECT: path.join(
__dirname,
'../../../../tsconfig.lib.json'
),
}
: {}),
},
Expand Down

0 comments on commit 2d309df

Please sign in to comment.