diff --git a/.github/workflows/build-f-droid-apk.yml b/.github/workflows/build-f-droid-apk.yml index 22d938f..43c201a 100644 --- a/.github/workflows/build-f-droid-apk.yml +++ b/.github/workflows/build-f-droid-apk.yml @@ -69,6 +69,8 @@ jobs: run: pnpm install - name: Initialize and Update Submodules run: pnpm run init-submodules + - name: Fix gradle error + run: pnpm exec zx scripts/fix-gradle.mjs ## configure cash for gradle : will help to reduce build time - name: Cache Gradle Wrapper and Dependencies diff --git a/package.json b/package.json index 07eaad3..5b220ea 100644 --- a/package.json +++ b/package.json @@ -13,8 +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" + "init-submodules": "git submodule update --init --recursive" }, "dependencies": { "@react-native-async-storage/async-storage": "1.21.0",