Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
fix: circleci build yarn installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed Oct 7, 2017
1 parent aebe4a7 commit 8d54b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- checkout
- run:
name: Install yarn if required
command: if ! type yarn > /dev/null; then; curl -o- -s -L https://yarnpkg.com/install.sh | bash; fi
command: curl -o- -s -L https://yarnpkg.com/install.sh | bash
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
- run:
Expand Down

0 comments on commit 8d54b92

Please sign in to comment.