Skip to content

Commit 44ef628

Browse files
committed
fix(core): fix typescript dependency calculation (#30131)
(cherry picked from commit b9221bf)
1 parent 4bf7608 commit 44ef628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nx/src/plugins/js/project-graph/build-dependencies/explicit-project-dependencies.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export function buildExplicitTypeScriptDependencies(
6464
}
6565

6666
for (const [project, fileData] of Object.entries(
67-
ctx.fileMap.projectFileMap
67+
ctx.filesToProcess.projectFileMap
6868
)) {
6969
filesToProcess[project] ??= [];
7070
for (const { file } of fileData) {

0 commit comments

Comments
 (0)