Commit d44a4edb authored by Dylan Vann's avatar Dylan Vann

Fix CircleCI caching.

parent 038e94e6
......@@ -19,4 +19,4 @@ jobs:
- save_cache:
paths:
- ~/.cache/yarn
key: yarn-v1-{{ .Branch }}-{{ checksum "package-lock.json" }}
key: yarn-v1-{{ .Branch }}-{{ checksum "yarn.lock" }}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment