Skip to content

Commit

Permalink
ci: switch to release buid for e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
oscb committed Nov 29, 2023
1 parent cc27c10 commit d54e0e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/AnalyticsReactNativeExample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d54e0e6

Please sign in to comment.