Skip to content

Commit

Permalink
chore(ci): bust dep cache
Browse files Browse the repository at this point in the history
  • Loading branch information
thisislawatts committed Nov 4, 2024
1 parent 91ae38e commit 5eea947
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -960,14 +960,14 @@ jobs:
- restore_cache:
name: Restore npm cache
keys:
- prepare-build-npm-deps-{{ checksum "package-lock.json" }}
- prepare-build-npm-deps
- prepare-v1-build-npm-deps-{{ checksum "package-lock.json" }}
- prepare-v1-build-npm-deps
- run:
name: Installing dependencies
command: npm ci --no-audit --no-progress --cache .npm --prefer-offline
- save_cache:
name: Save npm cache
key: prepare-build-npm-deps-{{ checksum "package-lock.json" }}
key: prepare-v1-build-npm-deps-{{ checksum "package-lock.json" }}
paths:
- .npm
- run:
Expand Down

0 comments on commit 5eea947

Please sign in to comment.