Skip to content

Commit

Permalink
fix(misc): create-nx-workspace should work with custom presets on win…
Browse files Browse the repository at this point in the history
…dows
  • Loading branch information
AgentEnder committed Apr 21, 2023
1 parent 258cda3 commit dece7d3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export function spawnAndWait(command: string, args: string[], cwd: string) {
cwd,
stdio: 'inherit',
env: { ...process.env, NX_DAEMON: 'false' },
shell: true,
});

childProcess.on('exit', (code) => {
Expand Down

0 comments on commit dece7d3

Please sign in to comment.