jamiebuilds / workspaces-run

Run tasks/scripts across Yarn/Lerna/Bolt/etc workspaces.
MIT License
94 stars 2 forks source link

Replace `get-workspaces` with `@manypkg/get-packages` #6

Open usetheplatform opened 2 years ago

usetheplatform commented 2 years ago

Hello 👋🏻 ,

I'm trying to use workspaces-run with pnpm, but unfortunately, get-workspaces doesn't recognize workspace settings from pnpm-workspace.yaml.

It's unlikely, that it will support pnpm in future, since package get-workspaces by changesets was deprecated and replaced with @manypkg/get-packages (See the migration PR there).

Could you please migrate to @manypkg/get-packages as well?

Please let me know if you would accept a PR from my side.