Joint checksum
This commit is contained in:
parent
d7f1a93b22
commit
c7e22759fc
1 changed files with 1 additions and 1 deletions
|
@ -24,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 "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/tmp/_tmp_1469292_a6751613e03842bf2a6fa9a4b21c3e28 || true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue