We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44be878 commit c546a86Copy full SHA for c546a86
.travis.yml
@@ -19,7 +19,7 @@ script:
19
- yarn lint
20
- yarn audit
21
- yarn test --code-coverage
22
- - yarn build
+ - yarn build --prod
23
24
after_script:
25
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
0 commit comments