Skip to content

Commit 5727a4a

Browse files
committed
ci: set key to clear cache
1 parent e777d7e commit 5727a4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
steps:
1111
- checkout
1212
- restore_cache:
13-
key: dependency-cache-{{ checksum "yarn.lock" }}
13+
key: v1-dependency-cache-{{ checksum "yarn.lock" }}
1414
- run:
1515
name: Test
1616
command: yarn test
1717
- run:
1818
name: Install dependencies
1919
command: yarn
2020
- save_cache:
21-
key: dependency-cache-{{ checksum "yarn.lock" }}
21+
key: v1-dependency-cache-{{ checksum "yarn.lock" }}
2222
paths:
2323
- ./node_modules
2424
- run:

0 commit comments

Comments
 (0)