Skip to content

Commit

Permalink
Merge pull request #17 from divyenduz/fix_gql_14
Browse files Browse the repository at this point in the history
fix(graphql 14): add semantic-release as a dep to pin version
  • Loading branch information
Divyendu Singh authored Oct 24, 2018
2 parents ec02cb0 + b7f63b1 commit ed10813
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ jobs:
- image: circleci/node
steps:
- checkout
- run: sudo npm install -g yarn semantic-release
- run: yarn install
- run: yarn test
- run: semantic-release
- run: yarn semantic-release
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"tslint": "^5.9.1",
"tslint-config-prettier": "^1.9.0",
"tslint-config-standard": "^7.0.0",
"typescript": "^2.7.2"
"typescript": "^2.7.2",
"semantic-release": "^15.5.2"
},
"dependencies": {
"apollo-link": "^1.2.3",
Expand Down

0 comments on commit ed10813

Please sign in to comment.