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

Focus mode like yarn workspaces focus #209

Open
leshkovichpvl opened this issue Apr 8, 2022 · 1 comment
Open

Focus mode like yarn workspaces focus #209

leshkovichpvl opened this issue Apr 8, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@leshkovichpvl
Copy link

leshkovichpvl commented Apr 8, 2022

I have a problem.

I have a lot of workspaces in my monorep. But server releases require a different set of workspaces. It would be nice to be able to run yarn build for a different set of workspaces, as it works for yarn workspaces focus.

Any ideas?

@leshkovichpvl leshkovichpvl added the enhancement New feature or request label Apr 8, 2022
@ojkelly
Copy link
Owner

ojkelly commented Apr 12, 2022

Can you expand a bit more on the specific behaviour you're after?

If you run yarn build outside of a workspace it will build everything.

If you run yarn build inside a workspace it will build just that workspace and anything it depends on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants