Skip to content

Commit

Permalink
chore: update circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Sep 20, 2020
1 parent 21f7eb9 commit 84d630a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions circle.yml
Expand Up @@ -17,16 +17,16 @@ jobs:
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package-lock.json" }}
- v1-dependencies-{{ checksum "yarn.lock" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-

- run: npm install
- run: yarn install

- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package-lock.json" }}
key: v1-dependencies-{{ checksum "yarn.lock" }}

- run:
name: test
Expand Down

0 comments on commit 84d630a

Please sign in to comment.