There was an error while loading. Please reload this page.
1 parent 73e970a commit 4f9bba4Copy full SHA for 4f9bba4
.circleci/config.yml
@@ -20,7 +20,7 @@ jobs:
20
# Download and cache dependencies
21
- restore_cache:
22
keys:
23
- - v3-dependencies-{{ checksum "yarn.lock" }}
+ - v3-dependencies-{{ checksum "yarn.lock" }}-{{ checksum "tests/demo/yarn.lock" }}-{{ checksum "tests/ssr/yarn.lock" }}
24
# fallback to using the latest cache if no exact match is found
25
- v3-dependencies-
26
@@ -32,7 +32,7 @@ jobs:
32
- tests/demo/node_modules
33
- tests/ssr/node_modules
34
- ~/.cache
35
- key: v3-dependencies-{{ checksum "yarn.lock" }}
+ key: v3-dependencies-{{ checksum "yarn.lock" }}-{{ checksum "tests/demo/yarn.lock" }}-{{ checksum "tests/ssr/yarn.lock" }}
36
37
# run tests!
38
- run: yarn build
0 commit comments