We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3536d3 commit 42cef13Copy full SHA for 42cef13
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