-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
"missing tasks" when using root task + filters #9619
Comments
What error do you get? |
reinstalled everything, updated dependencies and I no longer get this missing scripts errors |
I'm having a similar error, but when using
Where |
@ethanresnick running into the same problem... I'm wondering - has anyone figured out a solution for this? Right now if I want to use |
@ej-shafran I run knip inside the packages, works great |
So just without using the workspaces feature that's built into it...? |
@ej-shafran exactly, then each package#knip is cached |
Verify canary release
Link to code that reproduces this issue
https://github.com/benjick/missing-tasks-filter-root-repro
Which canary version will you have in your reproduction?
2.3.4-canary.2
Enviroment information
Expected behavior
When running
turbo run --filter=!pkg-b build root
, whereroot
is a root task ("//#root"
) I expected turbo to execute the taskActual behavior
To Reproduce
Clone https://github.com/benjick/missing-tasks-filter-root-repro
run
pnpm error
Additional context
It works if I run
turbo run --filter=!pkg-b build //#root
The text was updated successfully, but these errors were encountered: