Skip to content

Commit

Permalink
ci: switch to debug buid for e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
oscb committed Nov 29, 2023
1 parent d54e0e6 commit d30a0dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/AnalyticsReactNativeExample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"pods": "cd ios && pod install --repo-update",
"lint": "eslint .",
"start": "react-native start",
"build:android": "yarn detox build --configuration android.emu.release",
"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.release",
"build:android": "yarn detox build --configuration android.emu.debug",
"test:android": "yarn detox test --configuration android.emu.debug",
"build:ios": "yarn detox build --configuration ios.sim.debug",
"test:ios": "yarn detox test --configuration ios.sim.debug",
"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 d30a0dc

Please sign in to comment.