build: remove --nowatchfs flag as --watchfs is a noop on windows now (#33471)
PR Close #33471
This commit is contained in:
parent
bf913cc39b
commit
649093c0ec
4
.bazelrc
4
.bazelrc
|
@ -18,10 +18,6 @@ test:debug --test_arg=--node_options=--inspect-brk --test_output=streamed --test
|
|||
# See https://github.com/bazelbuild/bazel/issues/4603
|
||||
build --symlink_prefix=dist/
|
||||
|
||||
# Disable watchfs as it causes tests to be flaky on Windows
|
||||
# https://github.com/angular/angular/issues/29541
|
||||
build --nowatchfs
|
||||
|
||||
# Turn off legacy external runfiles
|
||||
run --nolegacy_external_runfiles
|
||||
test --nolegacy_external_runfiles
|
||||
|
|
Loading…
Reference in New Issue