support run command immediately for watch #28764
ImSingee
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
-
With
nx watch
, the provided command only runs if there's a change.I expect to have a flag
--immediately
to make the command runs on start.This will make something like
nx watch --immediately --projects=project1 -- pnpm start
work (or else thepnpm start
will only run if there's some change happens)Beta Was this translation helpful? Give feedback.
All reactions