Skip to content

Commit

Permalink
fix(circle ci): force yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
cabutler10 committed May 7, 2019
1 parent ae3c3a0 commit 64f9791
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ jobs:
- attach_workspace:
at: ~/project
- node/with-cache:
cache-version: v3
cache-version: v2
steps:
- run:
name: Yarn
command: yarn
- run:
name: Yarn install
command: yarn install
Expand Down

0 comments on commit 64f9791

Please sign in to comment.