Skip to content
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.

Commit

Permalink
ci: ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elderapo committed Feb 11, 2019
1 parent dd963f9 commit 8bd54c2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 682 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,4 @@ jobs:
provider: script
skip_cleanup: true
script:
- yarn report-coverage
- yarn deploy-docs
- yarn semantic-release
- yarn do-release
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"commit": "git-cz",
"semantic-release": "semantic-release",
"semantic-release-prepare": "ts-node tools/semantic-release-prepare",
"travis-deploy-once": "travis-deploy-once"
"predo-release": "yarn build",
"do-release": "yarn report-coverage && yarn deploy-docs && yarn semantic-release"
},
"lint-staged": {
"{src,test}/**/*.ts": [
Expand Down Expand Up @@ -109,7 +110,6 @@
"rimraf": "^2.6.2",
"semantic-release": "^15.13.3",
"shelljs": "^0.8.3",
"travis-deploy-once": "^5.0.9",
"ts-jest": "^23.10.2",
"ts-node": "^8.0.2",
"tslint": "^5.11.0",
Expand Down
Loading

0 comments on commit 8bd54c2

Please sign in to comment.