Skip to content

Commit

Permalink
chore: install semantic-release as a dev dependency
Browse files Browse the repository at this point in the history
Fixes #1171
  • Loading branch information
ocombe committed Feb 13, 2020
1 parent 4f48e81 commit b61b731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ after_success:
- cp .git dist/@ngx-translate/core/ -r # required by semantic release
- cp README.md dist/@ngx-translate/core/
- cd dist/@ngx-translate/core/
- npm install [email protected]
- npm install [email protected] -D
- npm run semantic-release
branches:
except:
Expand Down

0 comments on commit b61b731

Please sign in to comment.