preactjs / compressed-size-action

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

fix: support yarn berry #73

Closed Josh-Cena closed 2 years ago

Josh-Cena commented 2 years ago

See https://github.com/facebook/docusaurus/pull/6028#issuecomment-1021985431. Although --frozen-lockfile is now supported (though discouraged), using yarn run with this flag still causes errors, e.g. https://github.com/facebook/docusaurus/runs/4948928986?check_suite_focus=true

cc @merceyz @developit

developit commented 2 years ago

Apologies, I saw this after merging #76, which I believe fixes this issue as well. Can you confirm that's the case?

Josh-Cena commented 2 years ago

Hi, indeed! I'll close this then 😄