Closed rmg closed 8 years ago
In the rare case that a package really wants to include its test folder in its published tarball, this can be done by adding a publishConfig.export-tests property in package.json:
test
publishConfig.export-tests
{ "name": "my-package", "publishConfig": { "export-tests": true } }
LGTM
In the rare case that a package really wants to include its
test
folder in its published tarball, this can be done by adding apublishConfig.export-tests
property in package.json: