From dd03dca32183392523f951f2207ac68e84e8ee15 Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Wed, 8 Jan 2020 14:01:31 +0000 Subject: [PATCH] test: save material ts override as a devdep (#33717) PR Close #33717 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index eadc9fa1e0..3c129d5037 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -770,7 +770,7 @@ jobs: # TODO: remove this once the repo has been updated to use TypeScript 3.7. # While built Angular packages support both TS 3.6 and 3.7, @angular/bazel itself only # supports TS 3.7 because TSickle 0.38.0 only supports TS 3.7. - command: yarn --ignore-engines --cwd ${MATERIAL_REPO_TMP_DIR} add typescript@3.7.4 + command: yarn --ignore-engines --cwd ${MATERIAL_REPO_TMP_DIR} add typescript@3.7.4 --dev - save_cache: key: *material_unit_tests_cache_key paths: