Skip to content

Commit 93f6855

Browse files
committed
ci: remove js bundling from android/ios build step
1 parent 3200959 commit 93f6855

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/android-build-custom-dev-app.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,9 @@ jobs:
2828

2929
- name: npm install
3030
run: npm ci
31-
32-
- name: Make Hermes compiler executable (Linux)
33-
run: chmod +x ./node_modules/react-native/node_modules/hermes-compiler/hermesc/linux64-bin/hermesc
3431

3532
- name: Add NDK 27.3.13750724
3633
run: echo "y" | ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;27.3.13750724"
3734
- name: Build with Gradle
38-
run: ./gradlew assembleDevDebug
35+
run: ./gradlew assembleDevDebug -x createBundleDevDebugJsAndAssets -x createBundleDevDebugOptimizedJsAndAssets
3936
working-directory: ./android

.github/workflows/ios-build-custom-dev-app.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
5656
- name: iOS Build Action
5757
uses: yukiarrr/ios-build-action@v1.12.0
58+
env:
59+
SKIP_BUNDLING: '1'
5860
with:
5961
project-path: ./ios/nativetemplate.xcodeproj
6062
p12-base64: ${{ secrets.IOS_DUMMY_P12 }}

0 commit comments

Comments
 (0)