-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
What version of Turborepo are you using?
1.1.10
What package manager are you using / does the bug impact?
npm
What operating system are you using?
Linux
Describe the Bug
I have several packages, especially frontend and ui-kit.
frontend has ui-kit dependency in its package.json.
When I run some command that exists in both frontend and ui-kit, both packages are selected, even if I clearly specify --scope=ui-kit.
Example:
turbo run start --scope=ui-kit --dry-run
results in:
Packages in Scope
Name Path
frontend frontend
ui-kit ui-kit
...
Also, there is no dependsOn for these rules in the turbo.json
Expected Behavior
Having only the specified package selected
To Reproduce
- Having two packages
a, with atestscriptb, depending onain it's package.json'sdependencies, with atestscript
- Executing
turbo run test --scope=a
jlarmstrongiv and MBelniak
Metadata
Metadata
Assignees
Labels
No labels