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

yarn3 filter by directory issue #1920

Closed
gbkwiatt opened this issue Sep 12, 2022 · 1 comment
Closed

yarn3 filter by directory issue #1920

gbkwiatt opened this issue Sep 12, 2022 · 1 comment

Comments

@gbkwiatt
Copy link

What version of Turborepo are you using?

latest

What package manager are you using / does the bug impact?

Yarn v2/v3 (node_modules linker only)

What operating system are you using?

Linux

Describe the Bug

with Yarn 1 - whend executing turbo dev --filter=./apps/** was picking up all workspaces inside
However with yarn3 it says no matches found

Expected Behavior

work same as with yarn1

To Reproduce

execute any trubo command with filter as a directory e.g.
turbo dev --filter=./apps/**
using yarn3

@gbkwiatt
Copy link
Author

ok looks like with yarn3 it needs single quotation marks in when defining script --filter='./apps/*'

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

No branches or pull requests

1 participant