We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccea5b2 commit 316ea50Copy full SHA for 316ea50
.circleci/config.yml
@@ -15,7 +15,7 @@ jobs:
15
- v1-vue-{{ .Branch }}-{{ checksum "package-lock.json" }}
16
- v1-vue-{{ .Branch }}-
17
- v1-vue-
18
- - run: npm install
+ - run: yarn install
19
- save_cache:
20
key: v1-vue-{{ .Branch }}-{{ checksum "package-lock.json" }}
21
paths:
0 commit comments