Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
Remove test node_modules folders on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Sep 12, 2012
1 parent 9755036 commit 3701086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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"
},
Expand Down

0 comments on commit 3701086

Please sign in to comment.