Install packages before release
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user