diff --git a/.circleci/config.yml b/.circleci/config.yml index 2b3fbbce..c1872302 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,7 +27,7 @@ jobs: key: dependency-cache-{{ checksum "pnpm-lock.yaml" }}-{{ checksum "package.json" }} - run: name: Clear node_airtunes2 cache - command: rm -rf ~/.pnpm-store/tmp/_tmp_1469292_a6751613e03842bf2a6fa9a4b21c3e28 || true + command: rm -rf ~/.pnpm-store/ || true - run: name: Install Node Dependencies command: pnpm install --frozen-lockfile