Description
Bazel targets can rebuild automatically from a prebuilt watcher when source files change.
It is useful for developers who work in Bazel projects and want continuous builds, tests, or runs after each edit. Watch tools can execute build commands repeatedly, so target selection should avoid expensive or destructive actions.