From 3701086158d51a120786a12780768ff004cf90f6 Mon Sep 17 00:00:00 2001 From: isaacs Date: Wed, 12 Sep 2012 15:46:30 -0700 Subject: [PATCH] Remove test node_modules folders on publish --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 67543612c92..b7fcf23e9f2 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ }, "scripts": { "test": "node ./test/run.js && tap test/tap/*.js", - "prepublish": "npm prune ; make -j4 doc", + "prepublish": "npm prune ; rm -rf test/*/*/node_modules ; make -j4 doc", "dumpconf": "env | grep npm | sort | uniq", "echo": "node bin/npm-cli.js" },