preactjs / compressed-size-action

GitHub Action that adds compressed size changes to your PRs.
https://github.com/marketplace/actions/compressed-size-action
MIT License
601 stars 84 forks source link

add --legacy-peer-deps for npm install script #78

Closed zombieJ closed 6 months ago

zombieJ commented 2 years ago

Hi there, Since our project has some external deps which config peerDeps but not really need that. Current build will failed since peer check. Please add --legacy-peer-deps mark or provide a config to enable ignore the peer check.

Thanks

afc163 commented 2 years ago

+1

developit commented 2 years ago

This seems like a reasonable default to me. Want to submit a PR?

rschristian commented 6 months ago

Probably well addressed in #85, so closing