bye cache
This commit is contained in:
parent
bd00d7ef4a
commit
43c07b1168
1 changed files with 5 additions and 5 deletions
|
@ -22,11 +22,11 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
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 "pnpm-lock.yaml" }}
|
||||||
- run:
|
# - run:
|
||||||
name: Clear node_airtunes2 cache
|
# name: Clear node_airtunes2 cache
|
||||||
command: rm -rf ~/.pnpm-store/tmp|| true
|
# command: rm -rf ~/.pnpm-store/tmp/cf5bc2de2629636ca224995234b8eaa1 || 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