Skip to content

Commit

Permalink
build: remove --nowatchfs flag as --watchfs is a noop on windows now (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
josephperrott authored and mohaxspb committed Nov 7, 2019
1 parent 7270187 commit 4dbdebd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4dbdebd

Please sign in to comment.