delete pnpm cache
This commit is contained in:
parent
65938a7b3b
commit
d63040e3f3
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ jobs:
|
||||||
key: dependency-cache-{{ checksum "pnpm-lock.yaml" }}-{{ checksum "package.json" }}
|
key: dependency-cache-{{ checksum "pnpm-lock.yaml" }}-{{ 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/ || true
|
||||||
- run:
|
- run:
|
||||||
name: Install Node Dependencies
|
name: Install Node Dependencies
|
||||||
command: pnpm install --frozen-lockfile
|
command: pnpm install --frozen-lockfile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue