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:
parent
9d973d63f7
commit
287485dbd1
3
.bazelrc
3
.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
|
||||
|
Loading…
x
Reference in New Issue
Block a user