ci: use local strategy for AngularTemplateCompile and TypescriptCompile on CI (#32112)

PR Close #32112
This commit is contained in:
Joey Perrott 2019-08-12 14:10:01 -07:00 committed by Kara Erickson
parent 3cd8a2b907
commit 6215636bc6
1 changed files with 2 additions and 2 deletions

View File

@ -37,5 +37,5 @@ build --verbose_failures=true
# > Example job: https://circleci.com/gh/angular/angular/385517
# We expect that TypeScript compilations will parallelize wider than the number of local cores anyway
# so we should saturate remote workers with TS compilations
build --strategy=TypeScriptCompile=standalone
build --strategy=AngularTemplateCompile=standalone
build --strategy=AngularTemplateCompile=local
build --strategy=TypeScriptCompile=local