Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Define npm_config_jobs env variable in build scripts (atom#21315)
Adds the npm_config_jobs env variable across build scripts that may benefit from it (ones that run apm install). This variable is used by node-gyp to compile native code with a number of threads equal to the reported CPU core count
- Loading branch information