mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 23:15:56 +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
|
# Make TypeScript compilation fast, by keeping a few copies of the compiler
|
||||||
# running as daemons, and cache SourceFile AST's to reduce parse time.
|
# running as daemons, and cache SourceFile AST's to reduce parse time.
|
||||||
build --strategy=TypeScriptCompile=worker
|
build --strategy=TypeScriptCompile=worker
|
||||||
|
Loading…
x
Reference in New Issue
Block a user