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>2012-01-16 22:06:26 +0400
committerisaacs <i@izs.me>2012-01-16 22:06:26 +0400
commit84350877d592d830f1272065c22a3801c5c5d8a7 (patch)
tree50f617ef345513a007140bcefffd354ba136003a /package.json
parentbe4945a1fe59baf790a5900fef99d71f54729a9b (diff)
Remove submodule cruft on install
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 2f8da3083..cd72b0e84 100644
--- a/package.json
+++ b/package.json
@@ -86,7 +86,7 @@
},
"scripts": {
"test": "node ./test/run.js",
- "prepublish": "make -j4 doc",
+ "prepublish": "rm -rf node_modules/*/{test,example,bench}*; make -j4 doc",
"dumpconf": "env | grep npm | sort | uniq"
},
"licenses": [