We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13edf06 commit 1f0c32bCopy full SHA for 1f0c32b
.circleci/config.yml
@@ -10,12 +10,13 @@ jobs:
10
<<: *defaults
11
steps:
12
- checkout
13
- # - restore_cache:
14
- # keys:
15
- # - v1-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
16
- # - v1-vue-{{ .Branch }}-
17
- # - v1-vue-
+ - restore_cache:
+ keys:
+ - v1-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
+ - v1-vue-{{ .Branch }}-
+ - v1-vue-
18
- run: yarn
19
+ - run: rm -rf node_modules/babel-jest/node_modules
20
- save_cache:
21
key: v1-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
22
paths:
0 commit comments