add yarn build:all to .travis.yml (#127)

pull/128/head
Valentin Zickner 4 years ago committed by GitHub
parent 42a2d404e4
commit bafdce56ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,3 +8,4 @@ before_script:
script: script:
- yarn format:check - yarn format:check
- yarn test - yarn test
- yarn build:all

Loading…
Cancel
Save