-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed as not planned
Labels
kind: bugSomething isn't workingSomething isn't working
Description
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
johnpyp
Metadata
Metadata
Assignees
Labels
kind: bugSomething isn't workingSomething isn't working