Skip to content

Commit

Permalink
Add yarn install to circle instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nhunzaker committed May 29, 2018
1 parent 9bbe93c commit 0ee5e79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
- restore_cache:
keys:
- yarn-cache-{{ checksum "yarn.lock" }}
- run: yarn install
- save_cache:
paths:
- node_modules
Expand Down

0 comments on commit 0ee5e79

Please sign in to comment.