yoink airtunes cache
This commit is contained in:
parent
844c85a63e
commit
fba1fdbd13
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ jobs:
|
|||
name: Restore Yarn Package Cache
|
||||
keys:
|
||||
- yarn-packages-{{ checksum "cider.lock" }}
|
||||
- run:
|
||||
name: Clear node_airtunes2 cache
|
||||
command: sudo rm -rf ~/.cache/yarn/v6/.tmp/cf5bc2de2629636ca224995234b8eaa1 || true
|
||||
- run:
|
||||
name: Install Node Dependencies
|
||||
command: yarn install --frozen-lockfile --cache-folder ~/.cache/yarn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue