correct folder
This commit is contained in:
parent
94c874ca85
commit
70bd757d8b
|
@ -162,7 +162,7 @@ commands:
|
|||
./gradlew bundleExperimentalPlayRelease
|
||||
fi
|
||||
if [[ $CIRCLE_JOB == "android-build-e2e" ]]; then
|
||||
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
|
||||
cd .. && 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 && cd android
|
||||
./gradlew app:assembleE2ePlayRelease -x bundleE2ePlayReleaseJsAndAssets app:assembleE2ePlayReleaseAndroidTest -DtestBuildType=release
|
||||
fi
|
||||
if [[ ! $KEYSTORE ]]; then
|
||||
|
|
Loading…
Reference in New Issue