Update config.yml

This commit is contained in:
Core 2022-05-02 08:06:59 +01:00
parent 499d40af6f
commit f35594c287
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -33,7 +33,7 @@ jobs:
command: mv cider.lock yarn.lock command: mv cider.lock yarn.lock
- run: - run:
name: Install Node Dependencies name: Install Node Dependencies
command: yarn install --frozen-lockfile --cache-folder ~/.cache/yarn command: yarn install --cache-folder ~/.cache/yarn
- save_cache: - save_cache:
name: Save Yarn Package Cache name: Save Yarn Package Cache
key: yarn-packages-{{ checksum "cider.lock" }} key: yarn-packages-{{ checksum "cider.lock" }}