ci: ensure aio_preview job has needed node_modules (#25536)

PR Close #25536
This commit is contained in:
Pete Bacon Darwin 2018-08-17 09:14:26 +01:00 committed by Jason Aden
parent e9026a5201
commit 21d22ce4ad
1 changed files with 1 additions and 0 deletions

View File

@ -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