diff --git a/examples/AnalyticsReactNativeExample/package.json b/examples/AnalyticsReactNativeExample/package.json index 1863569e..10d6d04f 100644 --- a/examples/AnalyticsReactNativeExample/package.json +++ b/examples/AnalyticsReactNativeExample/package.json @@ -9,9 +9,9 @@ "lint": "eslint .", "start": "react-native start", "build:android": "yarn detox build --configuration android.emu.release", - "test:android": "yarn detox test --configuration android.emu.debug", + "test:android": "yarn detox test --configuration android.emu.release", "build:ios": "yarn detox build --configuration ios.sim.release", - "test:ios": "yarn detox test --configuration ios.sim.debug", + "test:ios": "yarn detox test --configuration ios.sim.release", "start:e2e": "RN_SRC_EXT=e2e.mock.ts,e2e.mock.js yarn start", "android:deeplink": "adb shell am start -a android.intent.action.VIEW -d \"segmentreactnative://hello\" com.example.segmentanalyticsreactnative", "ios:deeplink": "xcrun simctl openurl booted segmentreactnative://hello",