From 8fd71712ec894808b72137072035540c3fa1b12c Mon Sep 17 00:00:00 2001 From: Daniel Dyla Date: Mon, 3 Feb 2020 15:05:38 -0500 Subject: [PATCH] chore: use local lerna installation --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7a357f4a1f4..266827bd2c7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -99,7 +99,7 @@ node_unit_tests: &node_unit_tests - npm-cache-02-{{ .Environment.CIRCLE_JOB }}-{{ checksum "/tmp/checksums.txt" }}-2 - run: name: Install Dependencies - command: npm install --ignore-scripts && lerna bootstrap --ignore-scripts + command: npm install --ignore-scripts && npm run bootstrap --ignore-scripts - save_cache: <<: *cache_1 - save_cache: