From 287485dbd1c8e3886573308dfa5498568e90d797 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Fri, 29 Jan 2021 22:33:38 +0100 Subject: [PATCH] build: always disable CLI TTY mode when running in bazel --- .bazelrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bazelrc b/.bazelrc index 684972053e..872b401b8a 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