Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: use built-in pnpm filtering methods #1156

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

roushou
Copy link
Contributor

@roushou roushou commented Jun 14, 2024

What 💻

This PR removes the dependence of wsrun package as it is intended for projects using yarn and instead use the built-in filtering methods of pnpm

Filtering can be done using --recursive flag that will run the specified script in all packages while skipping those that don't have it.

Also pnpm already sorts topologically packages so --stages flag equivalent is not needed.

Why ✋

The less the better.

Evidence 📷

Check CI

@roushou roushou requested a review from a team as a code owner June 14, 2024 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant