Skip to content

Commit

Permalink
chore(ci): use yarn.lock for checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed May 30, 2018
1 parent 316ea50 commit 7a4c44b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
- checkout
- restore_cache:
keys:
- v1-vue-{{ .Branch }}-{{ checksum "package-lock.json" }}
- v1-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
- v1-vue-{{ .Branch }}-
- v1-vue-
- run: yarn install
- save_cache:
key: v1-vue-{{ .Branch }}-{{ checksum "package-lock.json" }}
key: v1-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
paths:
- node_modules/
- persist_to_workspace:
Expand Down

0 comments on commit 7a4c44b

Please sign in to comment.