Skip to content

Commit

Permalink
build: always disable CLI TTY mode when running in bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Jan 29, 2021
1 parent 9d973d6 commit 287485d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 287485d

Please sign in to comment.