Skip to content

Commit 316ea50

Browse files
authored
chore(ci): use yarn
1 parent ccea5b2 commit 316ea50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- v1-vue-{{ .Branch }}-{{ checksum "package-lock.json" }}
1616
- v1-vue-{{ .Branch }}-
1717
- v1-vue-
18-
- run: npm install
18+
- run: yarn install
1919
- save_cache:
2020
key: v1-vue-{{ .Branch }}-{{ checksum "package-lock.json" }}
2121
paths:

0 commit comments

Comments
 (0)