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

This commit is contained in:
Valentin Zickner
2021-05-27 22:32:10 +02:00
committed by GitHub
parent 42a2d404e4
commit bafdce56ad

View File

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