Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

Commit 78f356d

Browse files
authored
fix(utils): workingDirectory is not being set correctly (#59)
1 parent 1023422 commit 78f356d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/utils/src/lib/inputs.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ export function getBaseInputs(
122122

123123
if (workingDirectory?.length > 0) {
124124
log(`🏃 Working in custom directory: ${workingDirectory}`);
125+
process.env.NX_WORKSPACE_ROOT_PATH = workingDirectory;
125126
process.chdir(workingDirectory);
126127
}
127128

0 commit comments

Comments
 (0)