Skip to content

Commit e08ddb0

Browse files
authored
fix: Optimize build for production (#152)
* fix: Optimize build for production * build: Update dependencies * build: Add `travis wait` to prevent timeouts * ci: Fix typo in travis config
1 parent c80e2fa commit e08ddb0

File tree

4 files changed

+4881
-4818
lines changed

4 files changed

+4881
-4818
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ script:
1919
- npm run test:e2e
2020
- npm run lint
2121
- npm run coverage
22-
- npm run build
22+
- travis_wait npm run build
2323
- cat ./coverage/lcov.info | codecov
2424

2525
deploy:

0 commit comments

Comments
 (0)