Skip to content

Commit 0c329f7

Browse files
committed
update import
1 parent 80dbbcf commit 0c329f7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

libs/shared/nx-workspace-info/src/lib/read-collections.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,10 +289,7 @@ async function resolveDelegatedExecutor(
289289
packagePath,
290290
} = await packageDetails(dependencyPath);
291291

292-
const collection = await readAndCacheJsonFile(
293-
executors || builders,
294-
packagePath,
295-
);
292+
const collection = await readJsonFile(executors || builders, packagePath);
296293

297294
if (!collection.json?.[executor]) {
298295
return null;

0 commit comments

Comments
 (0)