node-gyp-build
Advanced tools
Comparing version 4.8.1 to 4.8.2
@@ -20,2 +20,3 @@ #!/usr/bin/env node | ||
var win32 = os.platform() === 'win32' | ||
var shell = win32 | ||
var args = [win32 ? 'node-gyp.cmd' : 'node-gyp', 'rebuild'] | ||
@@ -30,5 +31,6 @@ | ||
] | ||
shell = false | ||
} catch (_) {} | ||
proc.spawn(args[0], args.slice(1), { stdio: 'inherit', shell: win32, windowsHide: true }).on('exit', function (code) { | ||
proc.spawn(args[0], args.slice(1), { stdio: 'inherit', shell, windowsHide: true }).on('exit', function (code) { | ||
if (code || !process.argv[3]) process.exit(code) | ||
@@ -35,0 +37,0 @@ exec(process.argv[3]).on('exit', function (code) { |
{ | ||
"name": "node-gyp-build", | ||
"version": "4.8.1", | ||
"version": "4.8.2", | ||
"description": "Build tool and bindings loader for node-gyp that supports prebuilds", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
13632
9
267