Replies: 1 comment
-
|
Hey, we've now got this done in #9404. It will be a part of the next canary release (v2.2.4-canary.9) and later. Thanks for suggesting! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
runandwatchwhen run from a specific package directory, with the only difference being thatwatchwatchesNon-goals
No response
Background
Currently, if I
cd packages/aand runturbo run build, it will only use that package'sbuildcommand as a target, only running its dependencies and then the build of that package.If I
cd packages/aand runturbo watch build, it suddenly looks for allbuildcommands in the workspace, and I have to add--filterto limit the scope of the watcher.Proposal
Make
runandwatchthe same.Beta Was this translation helpful? Give feedback.
All reactions