Skip to content

Commit

Permalink
New cache version number to fix javascript transpiling
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann committed Jan 18, 2025
1 parent b5b8825 commit 0f10e55
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 @@ -135,9 +135,9 @@ commands:
keys:
# Find a cache corresponding to this specific package-lock.json checksum
# when this file is changed, this key will fail
- v2-yarn-deps-{{ checksum "UI/yarn.lock" }}
- v3-yarn-deps-{{ checksum "UI/yarn.lock" }}
# Find the most recently generated cache used from any branch
- v2-yarn-deps-
- v3-yarn-deps-

- run:
name: Make JS + README
Expand All @@ -147,7 +147,7 @@ commands:
make readme
- save_cache:
key: v2-yarn-deps-{{ checksum "UI/yarn.lock" }}
key: v3-yarn-deps-{{ checksum "UI/yarn.lock" }}
paths:
- UI/node_modules

Expand Down

0 comments on commit 0f10e55

Please sign in to comment.