We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e73cf1e commit ca529c4Copy full SHA for ca529c4
circle.yml
@@ -16,9 +16,9 @@ jobs:
16
- checkout
17
- restore_cache:
18
keys:
19
- - v2-dependencies-cache-{{ .Branch }}-{{ checksum "yarn.lock" }}
20
- - v2-dependencies-cache-{{ .Branch }}-
21
- - v2-dependencies-cache-
+ - v3-dependencies-cache-{{ .Branch }}-{{ checksum "yarn.lock" }}
+ - v3-dependencies-cache-{{ .Branch }}-
+ - v3-dependencies-cache-
22
- run: yarn install --frozen-lockfile
23
- persist_to_workspace:
24
root: ~/project
@@ -79,7 +79,7 @@ jobs:
79
- run: yarn run test:dts
80
# Save cache after this task. At this point e2e are still running
81
- save_cache:
82
- key: v2-dependencies-cache-{{ .Branch }}-{{ checksum "yarn.lock" }}
+ key: v3-dependencies-cache-{{ .Branch }}-{{ checksum "yarn.lock" }}
83
paths:
84
- node_modules
85
0 commit comments