We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 978ed9b commit 8b32243Copy full SHA for 8b32243
1 file changed
.github/workflows/main.yml
@@ -37,7 +37,15 @@ jobs:
37
${{ runner.os }}-gradle-caches-
38
- name: Install npm dependencies
39
uses: actions/checkout@v2
40
- - run: |
+
41
+ - name: Install deps & build plugin (lib/)
42
+ run: |
43
+ yarn install
44
+ yarn prepare
45
+ echo "Contenido de lib:"
46
+ ls -R lib || echo "⚠️ lib no existe, bob build no se ejecutó bien"
47
+ - name: Build Android
48
49
yarn
50
cd example-expo && yarn
51
npx expo prebuild -p android
0 commit comments