Skip to content

Commit

Permalink
set JOBS to enabled parallel builds in node-gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Oct 14, 2020
1 parent 248a9be commit 2e46b6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,5 @@ function getNpmBinPath(external = false) {
? localNpmBinPath
: npmBinName;
}

process.env.JOBS = 16; // parallel build in node-gyp

0 comments on commit 2e46b6d

Please sign in to comment.