np-nodev
v0.0.1
Published
npm publish without "devDependencies" in package.json
Maintainers
Readme
np-nodev
npm publish without "devDependencies" in package.json
If you npm install without --production flag or NODE_ENV not be set production, the dependencies in devDependencies will be installed. I think this is unnecessary by default. So if you publish your package without "devDependencies" in package.json, that's resolved.
Usage
npx np-nodevwith npm publish arguments(np-nodev equivalent npm publish):
npx np-nodev --dry-runparams.tmp
Specify the temporary directory for publishing.
Default: .tmp_pu
example:
np-nodev --tmp