build: remove --nowatchfs flag as --watchfs is a noop on windows now (#33471)

PR Close #33471
This commit is contained in:
Joey Perrott 2019-10-29 08:58:58 -07:00 committed by Andrew Kushnir
parent bf913cc39b
commit 649093c0ec
1 changed files with 0 additions and 4 deletions

View File

@ -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