Skip to content

Commit

Permalink
fix(core): set consistent working directory when calculating runtime …
Browse files Browse the repository at this point in the history
…hash inputs (#18643)

(cherry picked from commit e2ac4e3)
  • Loading branch information
AgentEnder authored and FrozenPandaz committed Aug 16, 2023
1 parent 14d48c6 commit a5d6e0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nx/src/hasher/task-hasher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -743,6 +743,7 @@ class TaskHasherImpl {
runtime,
{
windowsHide: true,
cwd: workspaceRoot,
},
(err, stdout, stderr) => {
if (err) {
Expand Down

0 comments on commit a5d6e0a

Please sign in to comment.