create-nx-workspace
Advanced tools
Comparing version 20.0.0-beta.1 to 20.0.0-beta.2
{ | ||
"name": "create-nx-workspace", | ||
"version": "20.0.0-beta.1", | ||
"version": "20.0.0-beta.2", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Smart Monorepos · Fast CI", |
@@ -39,3 +39,3 @@ "use strict"; | ||
return new Promise((res, rej) => { | ||
(0, child_process_1.exec)(command, { cwd, env: { ...process.env, NX_DAEMON: 'false' } }, (error, stdout, stderr) => { | ||
(0, child_process_1.exec)(command, { cwd, env: { ...process.env, NX_DAEMON: 'false' }, windowsHide: true }, (error, stdout, stderr) => { | ||
if (error) { | ||
@@ -42,0 +42,0 @@ const logFile = (0, path_1.join)(cwd, 'error.log'); |
@@ -42,2 +42,3 @@ "use strict"; | ||
}, | ||
windowsHide: true, | ||
}; | ||
@@ -44,0 +45,0 @@ return new Promise((resolve, reject) => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
111291
3016