Skip to content

Commit

Permalink
ci: check if release app launches properly
Browse files Browse the repository at this point in the history
  • Loading branch information
oscb committed Nov 30, 2023
1 parent 8781866 commit 89e74d8
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": "pod-install --repo-update",
"lint": "eslint .",
"start": "react-native start",
"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",
"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",
"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 89e74d8

Please sign in to comment.