yeet cache

This commit is contained in:
vapormusic 2022-08-27 22:30:32 +07:00
parent 7a9835f463
commit bd00d7ef4a

View file

@ -26,7 +26,7 @@ jobs:
key: dependency-cache-{{ checksum "pnpm-lock.yaml" }}
- run:
name: Clear node_airtunes2 cache
command: rm -rf ~/.pnpm-store/tmp/cf5bc2de2629636ca224995234b8eaa1 || true
command: rm -rf ~/.pnpm-store/tmp|| true
- run:
name: Install Node Dependencies
command: pnpm install --frozen-lockfile