Skip to content

Commit

Permalink
馃挌 fix cache key
Browse files Browse the repository at this point in the history
testing if cache works
  • Loading branch information
posva committed Jun 24, 2018
1 parent fc870a2 commit f4ce41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Expand Up @@ -23,7 +23,7 @@ jobs:

# Download and cache dependencies
- restore_cache:
keys: dependency-cache-{{ checksum "yarn.lock" }}
key: dependency-cache-{{ checksum "yarn.lock" }}

- run:
name: Install dependencies
Expand Down

0 comments on commit f4ce41d

Please sign in to comment.