We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80dbbcf commit 0c329f7Copy full SHA for 0c329f7
libs/shared/nx-workspace-info/src/lib/read-collections.ts
@@ -289,10 +289,7 @@ async function resolveDelegatedExecutor(
289
packagePath,
290
} = await packageDetails(dependencyPath);
291
292
- const collection = await readAndCacheJsonFile(
293
- executors || builders,
294
- packagePath,
295
- );
+ const collection = await readJsonFile(executors || builders, packagePath);
296
297
if (!collection.json?.[executor]) {
298
return null;
0 commit comments