Skip to content

Commit

Permalink
fix: Optimize build for production (#152)
Browse files Browse the repository at this point in the history
* fix: Optimize build for production

* build: Update dependencies

* build: Add `travis wait` to prevent  timeouts

* ci: Fix typo in travis config
  • Loading branch information
kantord authored May 16, 2018
1 parent c80e2fa commit e08ddb0
Show file tree
Hide file tree
Showing 4 changed files with 4,881 additions and 4,818 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ script:
- npm run test:e2e
- npm run lint
- npm run coverage
- npm run build
- travis_wait npm run build
- cat ./coverage/lcov.info | codecov

deploy:
Expand Down
Loading

0 comments on commit e08ddb0

Please sign in to comment.