diff --git a/script/config.js b/script/config.js index 748d4c21434..ed67e7fdcb6 100644 --- a/script/config.js +++ b/script/config.js @@ -126,4 +126,4 @@ function getNpmBinPath(external = false) { : npmBinName; } -process.env.JOBS = 16; // parallel build in node-gyp +process.env.JOBS = 'max'; // parallel build in node-gyp