diff --git a/.circleci/config.yml b/.circleci/config.yml index 512acc971a..9514d30e92 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -157,6 +157,7 @@ jobs: <<: *post_checkout - restore_cache: key: *cache_key + - run: yarn install --frozen-lockfile --non-interactive - run: ./aio/scripts/build-artifacts.sh $AIO_SNAPSHOT_ARTIFACT_PATH - store_artifacts: path: *aio_preview_artifact_path