Skip to content

Commit

Permalink
chore(circle): cycle cache keys
Browse files Browse the repository at this point in the history
  • Loading branch information
levithomason committed Jul 6, 2018
1 parent d6b94dc commit e71c570
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .circleci/config.yml
Expand Up @@ -26,17 +26,14 @@ jobs:
command: echo 'export PATH="${PATH}:$(npm bin)"' >> $BASH_ENV
- restore_cache:
keys:
- v1-dependencies-{{ checksum "yarn.lock" }}
- v1-dependencies
- v2-dependencies-{{ checksum "yarn.lock" }}
- run:
name: Install Dependencies
command: yarn
- save_cache:
key: v1-dependencies-{{ checksum "yarn.lock" }}
key: v2-dependencies-{{ checksum "yarn.lock" }}
paths:
- ~/.cache/yarn
- .yarn-cache
- node_modules
- run:
name: Lint TypeScript
command: yarn tsd:lint
Expand Down

0 comments on commit e71c570

Please sign in to comment.