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

--filter=!/some/path/* does not work #9897

Open
1 task done
Lucas-C opened this issue Feb 4, 2025 · 0 comments
Open
1 task done

--filter=!/some/path/* does not work #9897

Lucas-C opened this issue Feb 4, 2025 · 0 comments
Labels
kind: bug Something isn't working needs: triage New issues get this label. Remove it after triage

Comments

@Lucas-C
Copy link

Lucas-C commented Feb 4, 2025

Verify canary release

  • I verified that the issue exists in the latest Turborepo canary release.

Link to code that reproduces this issue

https://github.com/sncf-connect-tech/turbo-bug-repro

Which canary version will you have in your reproduction?

2.4.0

Enviroment information

WSL 2

Expected behavior

The command pnpm lint --filter='!./src/apps/*' should execute the lint script in all sub-packages of ./src/packages/.

Actual behavior

The pnpm lint --filter='!./src/apps/*' command does nothing.

To Reproduce

Run: pnpm lint --filter='!./src/apps/*'

Additional context

The reprository provided to reproduce the issue was created using those commands:

npx create-turbo@canary

git mv apps src/
git mv packages src/
echo -e 'packages:\n  - "src/*"' > pnpm-workspace.yaml
@Lucas-C Lucas-C added kind: bug Something isn't working needs: triage New issues get this label. Remove it after triage labels Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: bug Something isn't working needs: triage New issues get this label. Remove it after triage
Projects
None yet
Development

No branches or pull requests

1 participant