1
0
mirror of https://github.com/angular/angular-cli.git synced 2025-05-21 05:52:41 +08:00

build: always disable CLI TTY mode when running in bazel

This commit is contained in:
Alan Agius 2021-01-29 22:33:38 +01:00
parent 9d973d63f7
commit 287485dbd1

@ -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