Add android build and make tsc find react-native-vision-camera
This commit is contained in:
@@ -25,3 +25,5 @@ jobs:
|
||||
run: nix develop --impure --command bash -c 'export HOME=$PWD; prettier . --check'
|
||||
- name: test
|
||||
run: nix develop --impure --command bash -c 'export HOME=$PWD; yarn run test --no-watchman'
|
||||
- name: android-build
|
||||
run: nix develop --impure --command bash -c 'cd android; ./gradlew assembleDebug'
|
||||
|
Reference in New Issue
Block a user