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:
authorisaacs <i@izs.me>2014-06-28 02:24:48 +0400
committerisaacs <i@izs.me>2014-06-28 02:24:50 +0400
commitd9cf1e90c51392debc2fe697bc8d44785f12ce30 (patch)
tree8a1ccd9aee316858e5e80cc3bc41cff4a3479c97 /package.json
parente1b37f9fc462ba845be8adea02adcb44cd05aa55 (diff)
make docs less aggressively
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index e175775b9..908cd53f1 100644
--- a/package.json
+++ b/package.json
@@ -155,7 +155,7 @@
"test": "tap --timeout 120 test/tap/*.js",
"tap": "tap --timeout 120 test/tap/*.js",
"test-all": "node ./test/run.js && tap test/tap/*.js",
- "prepublish": "node bin/npm-cli.js prune --prefix=. --no-global && rm -rf test/*/*/node_modules && make -j32 doc",
+ "prepublish": "node bin/npm-cli.js prune --prefix=. --no-global && rm -rf test/*/*/node_modules && make -j8 doc",
"dumpconf": "env | grep npm | sort | uniq"
},
"license": "Artistic-2.0"