diff --git a/.bazelrc b/.bazelrc index 684972053e7a..872b401b8af9 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,3 +1,6 @@ +# Disable NG CLI TTY mode +test --action_env=NG_FORCE_TTY=false + # Make TypeScript compilation fast, by keeping a few copies of the compiler # running as daemons, and cache SourceFile AST's to reduce parse time. build --strategy=TypeScriptCompile=worker