Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8d54b92

Browse files
committedOct 7, 2017
fix: circleci build yarn installation script
1 parent aebe4a7 commit 8d54b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- checkout
99
- run:
1010
name: Install yarn if required
11-
command: if ! type yarn > /dev/null; then; curl -o- -s -L https://yarnpkg.com/install.sh | bash; fi
11+
command: curl -o- -s -L https://yarnpkg.com/install.sh | bash
1212
- restore_cache:
1313
key: dependency-cache-{{ checksum "package.json" }}
1414
- run:

0 commit comments

Comments
 (0)
This repository has been archived.