publib
publib copied to clipboard
no dry-run option for npm
there's no way to dry-run publish npm packages, as this options is available in publib-npm
as to my knowledge this had been reverted, so this should be opened up again.
As a workaround, I have found you can set the env var npm_config_dry_run=true to convince npm to make a dry run.