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 <ogd@aoaioxxysz.net>2015-01-07 10:20:35 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-03-02 22:50:56 +0300
commitad53d0f666125d9f50d661b54901c6e5bab4d603 (patch)
treee38cdef83e922724179309f96d1f61f5bb8f5bb9
parent21c1ac41280f0716a208cde14025a2ad5ef61fed (diff)
Windows doesn't know what rm is.
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 73d52620a..1ec2b779c 100644
--- a/package.json
+++ b/package.json
@@ -179,7 +179,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 -j8 doc",
+ "prepublish": "node bin/npm-cli.js prune --prefix=. --no-global && rimraf test/*/*/node_modules && make -j8 doc",
"dumpconf": "env | grep npm | sort | uniq"
},
"license": "Artistic-2.0"