diff --git a/.circleci/config.yml b/.circleci/config.yml index 7da102b22..f8896bff9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,7 +26,7 @@ orbs: name: Restore Yarn Package Cache keys: - cache-v6-{{ checksum "yarn.lock" }} - - run: yarn + - run: yarn --frozen-lockfile --cache-folder ./.yarn-cache - run: no_output_timeout: 30m name: Build packages