Skip to content

Commit 83b1bbb

Browse files
committed
npx patch-package in the workflow for dependencies
1 parent 2cc4e05 commit 83b1bbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/android-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
# Use --immutable to ensure the build is deterministic
3535
# Use --inline-builds to see the EXACT error if a patch fails again
3636
yarn install --immutable --inline-builds
37+
npx patch-package
38+
npx jetify -r
3739
3840
- name: Run Jetifier
3941
run: npx jetify -r

0 commit comments

Comments
 (0)