Closed sotojuan closed 8 years ago
There's no reason to have the test and tests directories in production through npm install. It's wasteful! You can ignore them easily through an .npmignore file or whitelisting files in the package.json. I can do both as a PR if you want.
test
tests
npm install
.npmignore
package.json
@sotojuan Make a PR, please
Whitelisting files is preferred ;-)
Done!
There's no reason to have the
test
andtests
directories in production throughnpm install
. It's wasteful! You can ignore them easily through an.npmignore
file or whitelisting files in thepackage.json
. I can do both as a PR if you want.