We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d9a4e2 commit 5091719Copy full SHA for 5091719
.circleci/config.yml
@@ -6,13 +6,13 @@ commands:
6
- restore_cache:
7
name: Restore Yarn Cache
8
keys:
9
- - yarn-i18n-v3-{{ .Environment.CIRCLE_JOB }}-{{ checksum "yarn.lock" }}
+ - yarn-i18n-v4-{{ .Environment.CIRCLE_JOB }}-{{ checksum "yarn.lock" }}
10
- run:
11
name: Yarn Install
12
command: yarn install --frozen-lockfile --prefer-offline
13
- save_cache:
14
name: Save Yarn Cache
15
- key: yarn-i18n-v3-{{ .Environment.CIRCLE_JOB }}-{{ checksum "yarn.lock" }}
+ key: yarn-i18n-v4-{{ .Environment.CIRCLE_JOB }}-{{ checksum "yarn.lock" }}
16
paths:
17
- node_modules
18
- i18n-cache/data
0 commit comments