Skip to content

Commit

Permalink
fix(travis): build flow & typescript definitions before semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jan 18, 2018
1 parent 26e1293 commit 25d0637
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- stage: release
node_js: lts/*
script:
- npm run build:flow
- npm run build:ts
- npm run semantic-release
- node_js: lts/*
script:
Expand Down

0 comments on commit 25d0637

Please sign in to comment.