diff --git a/.circleci/config.yml b/.circleci/config.yml index 08c114a50..087f68452 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -105,6 +105,7 @@ jobs: steps: - checkout - run: npm ci + - run: npx lerna bootstrap - run: pip install pre-commit - run: pre-commit run --all-files