Closed
Description
Have you considered including more of the standard output of npm's "dry run" mode? I find that quite helpful sometimes, such as to see what all files would be included in the published package (so that I can adjust things to remove unneeded files).
Here's a slightly-redacted example of what npm shows:
npm notice 📦 @some-org/[email protected]
npm notice === Tarball Contents ===
npm notice 1.1kB LICENSE
npm notice 2.6kB README.md
npm notice 20.3kB dist/index.js
npm notice 17.8kB dist/index.mjs
npm notice 1.4kB package.json
npm notice 3.1kB src/SomeFile.svelte
npm notice 72B src/index.js
npm notice 1.8kB src/loader.js
...
However, the npm-publish GitHub action seems to only show something like this:
Run JS-DevTools/npm-publish@v3
with:
token: ***
dry-run: true
🙅♀️ @some-org/[email protected] publish skipped.
Thank for making helpful open source packages, nonetheless! 😁
Metadata
Metadata
Assignees
Labels
No labels