We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec02cb0 + b7f63b1 commit ed10813Copy full SHA for ed10813
.circleci/config.yml
@@ -5,7 +5,6 @@ jobs:
5
- image: circleci/node
6
steps:
7
- checkout
8
- - run: sudo npm install -g yarn semantic-release
9
- run: yarn install
10
- run: yarn test
11
- - run: semantic-release
+ - run: yarn semantic-release
package.json
@@ -35,7 +35,8 @@
35
"tslint": "^5.9.1",
36
"tslint-config-prettier": "^1.9.0",
37
"tslint-config-standard": "^7.0.0",
38
- "typescript": "^2.7.2"
+ "typescript": "^2.7.2",
39
+ "semantic-release": "^15.5.2"
40
},
41
"dependencies": {
42
"apollo-link": "^1.2.3",
0 commit comments