From 94c874ca85bd050202e75b2283c26e6ac8749350 Mon Sep 17 00:00:00 2001 From: Anant Bhasin Date: Thu, 5 Aug 2021 13:00:06 +0530 Subject: [PATCH] Correct Command --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 164ef5fd4..112caf4ee 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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