diff --git a/.circleci/bazel.rc b/.circleci/bazel.rc index 0b2f3136a3..b296480168 100644 --- a/.circleci/bazel.rc +++ b/.circleci/bazel.rc @@ -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