cache should be good now
This commit is contained in:
parent
2ccbdde6bb
commit
46eb8daceb
1 changed files with 4 additions and 4 deletions
|
@ -24,10 +24,10 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Update Package Managers
|
name: Update Package Managers
|
||||||
command: sudo npm update -g npm yarn
|
command: sudo npm update -g npm yarn
|
||||||
# - restore_cache:
|
- restore_cache:
|
||||||
# name: Restore Yarn Package Cache
|
name: Restore Yarn Package Cache
|
||||||
# keys:
|
keys:
|
||||||
# - yarn-packages-{{ checksum "cider.lock" }}
|
- yarn-packages-{{ checksum "cider.lock" }}
|
||||||
- run:
|
- run:
|
||||||
name: Install Node Dependencies
|
name: Install Node Dependencies
|
||||||
command: yarn install --frozen-lockfile --cache-folder ~/.cache/yarn
|
command: yarn install --frozen-lockfile --cache-folder ~/.cache/yarn
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue