Skip to content

Commit

Permalink
chore: pnpm run init-submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Feb 8, 2024
1 parent b7ae719 commit c8016e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-f-droid-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Initialize and Update Submodules
run: pnpm run init-submodules

## configure cash for gradle : will help to reduce build time
- name: Cache Gradle Wrapper and Dependencies
Expand All @@ -77,7 +79,7 @@ jobs:
- name: Build by eject eas
run: npx expo prebuild -p android --clean

- name: remove prorietary bits (for f-droid)
- name: Remove prorietary bits (for fix f-droid)
run: npx zx scripts/fit-f-droid.mjs

- name: Build apk
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"start:tunnel": "expo start --tunnel --android",
"start:devClient": "npx expo start --dev-client --android",
"web": "expo start --web",
"init-submodules": "git submodule update --init --recursive",
"postinstall": "zx scripts/fix-gradle.mjs"
},
"dependencies": {
Expand Down

0 comments on commit c8016e1

Please sign in to comment.