Skip to content

Commit

Permalink
fix: build by installing peer dep in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Divyendu committed Jul 24, 2018
1 parent ddfd0a8 commit c146fba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Expand Up @@ -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

0 comments on commit c146fba

Please sign in to comment.