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