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
'Node.js' 카테고리의 다른 글
Node 16 >> AWS Lambda (0) | 2022.06.18 |
---|---|
[Node.js] Streams Example (0) | 2022.04.28 |
[Node.js] File System (fs) read, write, delete files, and directories (0) | 2022.04.28 |
[Node.js] Streams (0) | 2022.04.23 |
[Node.js] Node.js Child Processes [spawn(), exec(), execFile(), and fork()] (0) | 2022.04.23 |