Skip to content

Commit f47568c

Browse files
fix(core): add workingDirectory to input validation check
Co-authored-by: AgentEnder <AgentEnder@users.noreply.github.com>
1 parent 253d6d2 commit f47568c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/nx/src/hasher/task-hasher.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,8 @@ export function expandSingleProjectInputs(
373373
(d as any).env ||
374374
(d as any).runtime ||
375375
(d as any).externalDependencies ||
376-
(d as any).dependentTasksOutputFiles
376+
(d as any).dependentTasksOutputFiles ||
377+
(d as any).workingDirectory
377378
) {
378379
expanded.push(d);
379380
} else {

0 commit comments

Comments
 (0)