Closed igorkamyshev closed 3 years ago
We have --no-publish
mode. Should we add alias to --dry-mode
?
--no-publish
just creates a folder and doesn't write an info about it in terminal 🤔
I tried to check the size of the result directory by myself, but results weren't correct (because it should respect .npmignore
for example).
Yeap, for --dry-run
we can call npm publish --dry-run
on temporary directory.
Can I ask you to send PR.
Yeah, I'll do it.
Should we remove temporary directory after npm publish --dry-run
call?
Should we remove temporary directory after npm publish --dry-run call?
Yeap
Hello! I've read about this package in @ai's twitter and tried to check the difference of published size for my package.
So, I use
npm publish --dry-run
to check the list of file to publish and the final size of package. I think, the same mode for this package can be useful to emphasize difference between native publish and this package.Example of dry-mod in npm: