chore: build mobile for pr workflows

This commit is contained in:
Mo 2022-06-14 12:52:57 -05:00
parent bfd56b86ec
commit e34c5cfb34
No known key found for this signature in database
GPG key ID: 034B13B1644297E1

View file

@ -20,5 +20,7 @@ jobs:
run: yarn lint
- name: Build
run: yarn build
- name: Build Android
run: yarn android:bundle
- name: Test
run: yarn test