From 21d22ce4ad4b64d8579c0d1f084c3af877f0526a Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Fri, 17 Aug 2018 09:14:26 +0100 Subject: [PATCH] ci: ensure aio_preview job has needed node_modules (#25536) PR Close #25536 --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) 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