Skip to content

Commit

Permalink
Merge pull request #93 from divyenduz/fix_build
Browse files Browse the repository at this point in the history
fix: build by installing peer dep in ci
  • Loading branch information
Divyendu Singh authored Jul 24, 2018
2 parents ddfd0a8 + c146fba commit aa117e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
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 aa117e4

Please sign in to comment.