Add --watch flag to run and/or run-many commands
#30317
fregante
started this conversation in
Feature Requests
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Why is the watch command so verbose?
I'd expect any of these to work:
Any of these commands already include all Nx needs to know about what I want: build my-app and watch
On top of that, the watch command doesn't even run the desired start command to begin with, like every other
build --watchtools does (tsc, webpack, jest, vite, etc etc etc):So any comparable watch command actually looks like this, which no one can type:
Beta Was this translation helpful? Give feedback.
All reactions