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>2011-10-06 08:15:39 +0400
committerisaacs <i@izs.me>2011-10-06 08:15:39 +0400
commit3b8466d16a7ed68314f371f07c98cbfc42ccbe72 (patch)
tree21a3a8ece6af731eb77e7c6b5821c0544b13f047
parentf8199c18fc70634d3046c6322bce7299e1bee019 (diff)
Build docs with -j4. faster.v1.0.94
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 974b9d985..f5afc979e 100644
--- a/package.json
+++ b/package.json
@@ -53,7 +53,7 @@
{ "ronn" : "https://github.com/isaacs/ronnjs/tarball/master" }
, "engines" : { "node" : "0.4 || 0.5", "npm" : "1" }
, "scripts" : { "test" : "./test/run"
- , "prepublish" : "make doc"
+ , "prepublish" : "make -j4 doc"
, "dumpconf": "env | grep npm | sort | uniq"
}
, "licenses" :