Skip to content

Commit

Permalink
fix(build): clean dist before build
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisam committed Dec 19, 2016
1 parent e9e31db commit 98afb8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ before_install:
before_script:
- npm prune
script:
- npm run clean:dist
- npm run build
after_success:
- npm run semantic-release

0 comments on commit 98afb8c

Please sign in to comment.