From dff60b67034db60920dbd9cd40fa89222504a58b Mon Sep 17 00:00:00 2001 From: Alex Junior Date: Thu, 3 Mar 2022 20:42:32 -0300 Subject: [PATCH] Fix: fix the command to run detox on android (#3812) * fix the command to run detox on android (#3812) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7bda1c04b..5d7325a8a 100644 --- a/package.json +++ b/package.json @@ -246,13 +246,13 @@ } } }, - "and.emu.debug": { + "android.emu.debug": { "device": "Pixel_API_28_AOSP", "type": "android.emulator", "binaryPath": "android/app/build/outputs/apk/e2ePlay/debug/app-e2e-play-debug.apk", "build": "cd android && ./gradlew app:assembleE2ePlayDebug app:assembleE2ePlayDebugAndroidTest -DtestBuildType=debug && cd .." }, - "and.emu.release": { + "android.emu.release": { "device": "Pixel_API_28_AOSP", "type": "android.emulator", "binaryPath": "android/app/build/outputs/apk/e2ePlay/release/app-e2e-play-release.apk",