Skip to content
This repository was archived by the owner on May 7, 2018. It is now read-only.

Commit 6a8f51a

Browse files
authored
ci: update circle ci conf
1 parent 5cefc53 commit 6a8f51a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
# Download and cache dependencies
1919
- restore_cache:
2020
keys:
21-
- v1-dependencies-{{ checksum "package.json" }}
21+
- v1-dependencies-{{ checksum "yarn.lock" }}
2222

2323
- run: yarn install
2424

2525
- save_cache:
2626
paths:
2727
- node_modules
28-
key: v1-dependencies-{{ checksum "package.json" }}
28+
key: v1-dependencies-{{ checksum "yarn.lock" }}
2929

3030
# run unit tests!
3131
- run: xvfb-run -a yarn ci:test

0 commit comments

Comments
 (0)