-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
What version of Turborepo are you using?
1.12
What package manager are you using / does the bug impact?
pnpm
What operating system are you using?
Mac
Describe the Bug
We have issue with skiping som projects while running commands.
works well:
pnpm turbo run lint --scope="packages/**/*"
takes all projects from monorepo
pnpm turbo run lint build --scope="packages/**/*"
Expected Behavior
pnpm turbo run lint build --scope="packages/**/*"
respects scope/ignore argument
To Reproduce
npx create-turbo@latest
with pnpmpnpm turbo run lint build --scope="packages/**/*"
Metadata
Metadata
Assignees
Labels
No labels