fix(misc): create-nx-workspace should work with custom presets on windows (#16473)
This commit is contained in:
parent
b719222d42
commit
04a0c7734f
@ -12,6 +12,8 @@ export function spawnAndWait(command: string, args: string[], cwd: string) {
|
||||
cwd,
|
||||
stdio: 'inherit',
|
||||
env: { ...process.env, NX_DAEMON: 'false' },
|
||||
shell: true,
|
||||
windowsHide: true,
|
||||
});
|
||||
|
||||
childProcess.on('exit', (code) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user