Skip to content

Commit

Permalink
fix(ci): skip release if bundle is missing
Browse files Browse the repository at this point in the history
And build before checking.
  • Loading branch information
aleclarson committed Dec 12, 2018
1 parent e520350 commit eebe577
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ script:
- yarn test:flow
after_success:
- yarn global add semantic-release@^15
- semantic-release
- yarn run build
- sh -c '[ -f dist/immer.js ] && semantic-release'

0 comments on commit eebe577

Please sign in to comment.