chore: build mobile for pr workflows

This commit is contained in:
Mo
2022-06-14 12:52:57 -05:00
parent bfd56b86ec
commit e34c5cfb34

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