From c146fba664bf2f04ced7fbb02c79103911ac5f23 Mon Sep 17 00:00:00 2001 From: Divyendu Date: Tue, 24 Jul 2018 19:42:12 +0530 Subject: [PATCH] fix: build by installing peer dep in ci --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 657d368d9..ea528ba09 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,6 +5,7 @@ jobs: - image: circleci/node:8 steps: - checkout + - run: yarn add graphql - run: yarn install - run: yarn test - run: npx semantic-release