np
np copied to clipboard
Option to print actual commands to be run (similar to --preview)
So it would be super useful to see the actual underlying commands (without running them) in order to help debug issues. Just like --preview
but more verbose, maybe something like --verbose-preview
.
Yeah, that could be useful, but should be --verbose --preview
.
also, i may have missed this in the docs, but is there a way to see the contents of the .tgz without actually publishing it?
@dhowe use npm pack --dry-run
for that