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:
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index cd72b0e84..e23dea8ef 100644
--- a/package.json
+++ b/package.json
@@ -86,7 +86,7 @@
},
"scripts": {
"test": "node ./test/run.js",
- "prepublish": "rm -rf node_modules/*/{test,example,bench}*; make -j4 doc",
+ "prepublish": "npm prune; rm -rf node_modules/*/{test,example,bench}*; make -j4 doc",
"dumpconf": "env | grep npm | sort | uniq"
},
"licenses": [