Skip to content

Commit ed10813

Browse files
author
Divyendu Singh
authored
Merge pull request #17 from divyenduz/fix_gql_14
fix(graphql 14): add semantic-release as a dep to pin version
2 parents ec02cb0 + b7f63b1 commit ed10813

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ jobs:
55
- image: circleci/node
66
steps:
77
- checkout
8-
- run: sudo npm install -g yarn semantic-release
98
- run: yarn install
109
- run: yarn test
11-
- run: semantic-release
10+
- run: yarn semantic-release

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"tslint": "^5.9.1",
3636
"tslint-config-prettier": "^1.9.0",
3737
"tslint-config-standard": "^7.0.0",
38-
"typescript": "^2.7.2"
38+
"typescript": "^2.7.2",
39+
"semantic-release": "^15.5.2"
3940
},
4041
"dependencies": {
4142
"apollo-link": "^1.2.3",

0 commit comments

Comments
 (0)