Skip to content

Commit

Permalink
Checksum yarn.lock for CI cache
Browse files Browse the repository at this point in the history
  • Loading branch information
timdp committed Mar 21, 2018
1 parent e267855 commit 497364b
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,15 +12,15 @@ defaults: &defaults
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
- v1-dependencies-{{ checksum "yarn.lock" }}
- v1-dependencies-
- run:
name: Install dependencies
command: yarn
- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
key: v1-dependencies-{{ checksum "yarn.lock" }}
- run:
name: Create test result directory
command: mkdir -p /tmp/test-results
Expand Down

0 comments on commit 497364b

Please sign in to comment.