Correct Command

This commit is contained in:
Anant Bhasin 2021-08-05 13:00:06 +05:30
parent 02a9090d96
commit 94c874ca85
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ commands:
./gradlew bundleExperimentalPlayRelease
fi
if [[ $CIRCLE_JOB == "android-build-e2e" ]]; then
react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res
npx react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res
./gradlew app:assembleE2ePlayRelease -x bundleE2ePlayReleaseJsAndAssets app:assembleE2ePlayReleaseAndroidTest -DtestBuildType=release
fi
if [[ ! $KEYSTORE ]]; then