Install packages before release

This commit is contained in:
Dominik Prokop
2019-07-11 13:31:27 +02:00
parent 1292d203a8
commit a28c96090c
+4
View File
@@ -630,6 +630,10 @@ jobs:
- checkout
- restore_cache:
key: dependency-cache-{{ checksum "yarn.lock" }}
- run:
name: yarn install
command: 'yarn install --pure-lockfile --no-progress'
no_output_timeout: 5m
- run:
name: prepare bumped versions
command: './scripts/circle-check-packages.sh'