Updated the lockfile, renamed to cider.lock

This commit is contained in:
Core 2022-04-19 19:08:40 +01:00
parent d9aa02592f
commit 6d90ac0d33
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
2 changed files with 1580 additions and 2038 deletions

View file

@ -22,13 +22,13 @@ jobs:
- restore_cache:
name: Restore Yarn Package Cache
keys:
- yarn-packages-{{ checksum "cider-yarn.lock" }}
- yarn-packages-{{ checksum "cider.lock" }}
- run:
name: Install Dependencies
command: yarn install --frozen-lockfile --cache-folder ~/.cache/yarn
- save_cache:
name: Save Yarn Package Cache
key: yarn-packages-{{ checksum "cider-yarn.lock" }}
key: yarn-packages-{{ checksum "cider.lock" }}
paths:
- ~/.cache/yarn
- run:

File diff suppressed because it is too large Load diff