Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorForrest L Norvell <forrest@npmjs.com>2015-04-12 03:02:27 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-04-13 04:10:37 +0300
commite925debca91092a814c1a00933babc3a8cf975be (patch)
tree0d8f16fab441abdafc0d648c8e75bbcbb8358119
parentd90d0b992acbf62fd5d68debf9d1dbd6cfa20804 (diff)
doc: stop slaughtering the CPU on doc rebuild
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 13f938b1b..de42ae637 100644
--- a/package.json
+++ b/package.json
@@ -183,7 +183,7 @@
"test": "tap --timeout 240 test/tap/*.js",
"tap": "tap --timeout 240 test/tap/*.js",
"test-all": "npm run test-legacy && npm test",
- "prepublish": "node bin/npm-cli.js prune --prefix=. --no-global && rimraf test/*/*/node_modules && make -j8 doc",
+ "prepublish": "node bin/npm-cli.js prune --prefix=. --no-global && rimraf test/*/*/node_modules && make -j4 doc",
"dumpconf": "env | grep npm | sort | uniq"
},
"license": "Artistic-2.0"