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

Commit 69aa431

Browse files
authored
ci: update circle ci conf
1 parent 20f1f3e commit 69aa431

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,14 @@ jobs:
1818
# Download and cache dependencies
1919
- restore_cache:
2020
keys:
21-
- v1-dependencies-{{ checksum "package.json" }}
22-
# fallback to using the latest cache if no exact match is found
23-
- v1-dependencies-
21+
- v1-dependencies-{{ checksum "yarn.lock" }}
2422

2523
- run: yarn install
2624

2725
- save_cache:
2826
paths:
2927
- node_modules
30-
key: v1-dependencies-{{ checksum "package.json" }}
28+
key: v1-dependencies-{{ checksum "yarn.lock" }}
3129

3230
# run tests!
3331
- run: xvfb-run -a yarn ci:e2e

0 commit comments

Comments
 (0)