Skip to content

Commit fd915bd

Browse files
committed
build: always disable CLI TTY mode when running in bazel
(cherry picked from commit 287485d)
1 parent 3cc7564 commit fd915bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.bazelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Disable NG CLI TTY mode
2+
test --action_env=NG_FORCE_TTY=false
3+
14
# Make TypeScript compilation fast, by keeping a few copies of the compiler
25
# running as daemons, and cache SourceFile AST's to reduce parse time.
36
build --strategy=TypeScriptCompile=worker

0 commit comments

Comments
 (0)