Node.js

[Node.js] Check if my Node package has every files I want them to be

brightlightkim 2022. 10. 4. 05:55

It will lists all the files that will be included in the package IF we were to update it. The “--dry-run” flag doesn’t actually publish anything. It lists all the files that would be published.

npm publish --dry-run