We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/sncf-connect-tech/turbo-bug-repro
2.4.0
WSL 2
The command pnpm lint --filter='!./src/apps/*' should execute the lint script in all sub-packages of ./src/packages/.
pnpm lint --filter='!./src/apps/*'
lint
./src/packages/
The pnpm lint --filter='!./src/apps/*' command does nothing.
Run: pnpm lint --filter='!./src/apps/*'
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Verify 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
Expected behavior
The command
pnpm lint --filter='!./src/apps/*'
should execute thelint
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:
The text was updated successfully, but these errors were encountered: