Skip to content

Commit 21d22ce

Browse files
petebacondarwinjasonaden
authored andcommitted
ci: ensure aio_preview job has needed node_modules (angular#25536)
PR Close angular#25536
1 parent e9026a5 commit 21d22ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ jobs:
157157
<<: *post_checkout
158158
- restore_cache:
159159
key: *cache_key
160+
- run: yarn install --frozen-lockfile --non-interactive
160161
- run: ./aio/scripts/build-artifacts.sh $AIO_SNAPSHOT_ARTIFACT_PATH
161162
- store_artifacts:
162163
path: *aio_preview_artifact_path

0 commit comments

Comments
 (0)