Skip to content

Commit

Permalink
chore: remove semantic release dep (use npx)
Browse files Browse the repository at this point in the history
  • Loading branch information
GabeDuarteM committed Nov 17, 2019
1 parent 63642f6 commit 634f40a
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 2,789 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ cache: yarn
node_js:
- node
- lts/*
script: yarn ci
script: yarn run ci
jobs:
include:
- stage: semantic-release
if: branch = master
node_js: node
script:
- yarn build
- yarn release
- yarn run build
- npx semantic-release@^15
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"pretest": "yarn build && yalc publish",
"test": "babel-node fixtures",
"typecheck": "babel-node src typecheck",
"ci": "babel-node src ci && yarn test",
"release": "semantic-release"
"ci": "babel-node src ci && yarn test"
},
"keywords": [
"gd-scripts",
Expand Down Expand Up @@ -85,7 +84,6 @@
"@babel/node": "7.7.0",
"execa": "3.3.0",
"fs-extra": "8.1.0",
"semantic-release": "15.13.18",
"tempy": "0.3.0",
"yalc": "1.0.0-pre.34"
}
Expand Down
Loading

0 comments on commit 634f40a

Please sign in to comment.