Lets try this

This commit is contained in:
Core 2022-09-27 18:02:48 +01:00
parent dc99091897
commit d7f1a93b22
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0

View file

@ -16,6 +16,7 @@ jobs:
steps: steps:
- checkout - checkout
- run: - run:
name: Install and Configure PNPM
command: | command: |
sudo npm i -g pnpm sudo npm i -g pnpm
pnpm config set store-dir ~/.pnpm-store pnpm config set store-dir ~/.pnpm-store
@ -23,7 +24,7 @@ jobs:
name: Fetch Application Version name: Fetch Application Version
command: ./resources/version.sh || true command: ./resources/version.sh || true
- restore_cache: - restore_cache:
key: dependency-cache-{{ checksum "pnpm-lock.yaml" }} key: dependency-cache-{{ checksum "package.json" }}
- run: - run:
name: Clear node_airtunes2 cache name: Clear node_airtunes2 cache
command: rm -rf ~/.pnpm-store/tmp/_tmp_1469292_a6751613e03842bf2a6fa9a4b21c3e28 || true command: rm -rf ~/.pnpm-store/tmp/_tmp_1469292_a6751613e03842bf2a6fa9a4b21c3e28 || true