Remove airtunes cache

This commit is contained in:
Core 2022-09-27 17:59:30 +01:00
parent 34986ff215
commit dc99091897
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0

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/_tmp_1469292_a6751613e03842bf2a6fa9a4b21c3e28 || true
- run:
name: Install Node Dependencies
command: pnpm install --frozen-lockfile