preactjs / compressed-size-action

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

Does this action also work with pnpm? #52

Closed einSelbst closed 2 years ago

einSelbst commented 3 years ago

It's an alternative to npm and yarn: https://github.com/pnpm/pnpm

developit commented 3 years ago

If there's a way to detect pnpm, it would be fairly easy to add support for this.

einSelbst commented 3 years ago

To detect pnpm, would it be enough to check for the presence of pnpm's lockfile, pnpm-lock.yaml?