Skip to content

Commit 8b32243

Browse files
update pipeline
1 parent 978ed9b commit 8b32243

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,15 @@ jobs:
3737
${{ runner.os }}-gradle-caches-
3838
- name: Install npm dependencies
3939
uses: actions/checkout@v2
40-
- run: |
40+
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+
run: |
4149
yarn
4250
cd example-expo && yarn
4351
npx expo prebuild -p android

0 commit comments

Comments
 (0)