MetaMask / action-npm-publish

GitHub Action to publish to NPM
MIT License
8 stars 6 forks source link

Improve dry run output #14

Closed Gudahtt closed 6 months ago

Gudahtt commented 1 year ago

The npm dry run publish step currently lists the files that will appear in the package, but it could be much more informative for reviewers.

e.g. something like this:

These files changed:
[ list of files with size changes]

These files were deleted:
[ list of files with sizes]

These files were added:
[ list of files with sizes]
rickycodes commented 1 year ago

I'm going to create a new issue for the "Bundle size diff" functionality that was previously mentioned here.