Skip to content

Commit c546a86

Browse files
committed
build --prod on travis
1 parent 44be878 commit c546a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ script:
1919
- yarn lint
2020
- yarn audit
2121
- yarn test --code-coverage
22-
- yarn build
22+
- yarn build --prod
2323

2424
after_script:
2525
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

0 commit comments

Comments
 (0)