We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2969945 commit aeb5e79Copy full SHA for aeb5e79
script/config.js
@@ -126,4 +126,4 @@ function getNpmBinPath(external = false) {
126
: npmBinName;
127
}
128
129
-process.env.JOBS = 16; // parallel build in node-gyp
+process.env.JOBS = 'max'; // parallel build in node-gyp
0 commit comments