Skip to content

Commit ca529c4

Browse files
committed
ci: clear cache
1 parent e73cf1e commit ca529c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

circle.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
- checkout
1717
- restore_cache:
1818
keys:
19-
- v2-dependencies-cache-{{ .Branch }}-{{ checksum "yarn.lock" }}
20-
- v2-dependencies-cache-{{ .Branch }}-
21-
- v2-dependencies-cache-
19+
- v3-dependencies-cache-{{ .Branch }}-{{ checksum "yarn.lock" }}
20+
- v3-dependencies-cache-{{ .Branch }}-
21+
- v3-dependencies-cache-
2222
- run: yarn install --frozen-lockfile
2323
- persist_to_workspace:
2424
root: ~/project
@@ -79,7 +79,7 @@ jobs:
7979
- run: yarn run test:dts
8080
# Save cache after this task. At this point e2e are still running
8181
- save_cache:
82-
key: v2-dependencies-cache-{{ .Branch }}-{{ checksum "yarn.lock" }}
82+
key: v3-dependencies-cache-{{ .Branch }}-{{ checksum "yarn.lock" }}
8383
paths:
8484
- node_modules
8585

0 commit comments

Comments
 (0)