From 8d54b9238b31cf5515872f9894f963b4bdd64133 Mon Sep 17 00:00:00 2001 From: Rahul Kadyan Date: Sun, 8 Oct 2017 01:51:29 +0530 Subject: [PATCH] fix: circleci build yarn installation script --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b863128..ae88958 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: