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
-
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 --watch
tools 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