Skip to content

Commit

Permalink
fix: Fix deploy script so that it always publishes a production build.
Browse files Browse the repository at this point in the history
Version `2.2.0` is broken because it's a development build.
  • Loading branch information
kumar303 committed Oct 13, 2017
1 parent ff0e335 commit 77eb995
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ script:

## lint the github PR title.
- npm run travis-pr-title-lint
## In case Travis is building a release tag, make sure we have a production build
## before publishing to npm
- NODE_ENV=production npm run build

after_script: npm run publish-coverage

Expand Down

0 comments on commit 77eb995

Please sign in to comment.