Skip to content

Commit

Permalink
ci(fix): Fix problem with semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroHerr committed Dec 27, 2018
1 parent b70a2b5 commit abb7916
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions .releaserc.json

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"lint:prettier": "prettier \"src/**/*.ts\" --list-different",
"lint:tslint": "tslint --project .",
"release": "run-s release:prepare release:semantic",
"release:prepare": "run-s docs:generate docs:publish",
"release:prepare": "run-s docs:html docs:gh-pages",
"release:semantic": "semantic-release || true",
"test": "jest",
"test:e2e": "jest --config jest.e2e.config.js",
Expand Down

0 comments on commit abb7916

Please sign in to comment.