Update config.yml
This commit is contained in:
parent
499d40af6f
commit
f35594c287
1 changed files with 1 additions and 1 deletions
|
@ -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" }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue