|
32 | 32 | "tests:emulator:start-ci": "yarn tests:emulator:prepare && cd ./.github/workflows/scripts && ./start-firebase-emulator.sh",
|
33 | 33 | "tests:android:build": "cd tests && yarn detox build --configuration android.emu.debug",
|
34 | 34 | "tests:android:build:windows": "cd tests && yarn detox build --configuration android.emu.debug.windows",
|
35 |
| - "tests:android:build-release": "cd tests && yarn detox build --configuration android.emu.release", |
| 35 | + "tests:android:build:release": "cd tests && yarn detox build --configuration android.emu.release", |
36 | 36 | "tests:android:test": "cd tests && yarn detox test --configuration android.emu.debug",
|
37 | 37 | "tests:android:test:windows": "cd tests && yarn detox test --configuration android.emu.debug",
|
38 | 38 | "tests:android:test:debug": "cd tests && yarn detox test --configuration android.emu.debug --inspect",
|
|
41 | 41 | "tests:android:test-cover-reuse": "cd tests && yarn detox test --configuration android.emu.debug --reuse",
|
42 | 42 | "tests:android:test:jacoco-report": "cd tests/android && ./gradlew jacocoAndroidTestReport",
|
43 | 43 | "tests:ios:build": "cd tests && yarn detox build --configuration ios.sim.debug",
|
44 |
| - "tests:ios:build-release": "cd tests && yarn detox build --configuration ios.sim.release", |
| 44 | + "tests:ios:build:release": "cd tests && yarn detox build --configuration ios.sim.release", |
45 | 45 | "tests:ios:test": "cd tests && SIMCTL_CHILD_GULGeneratedClassDisposeDisabled=1 yarn detox test --configuration ios.sim.debug --loglevel warn",
|
| 46 | + "tests:ios:test:release": "cd tests && SIMCTL_CHILD_GULGeneratedClassDisposeDisabled=1 yarn detox test --configuration ios.sim.release --loglevel warn", |
46 | 47 | "tests:ios:test:debug": "cd tests && SIMCTL_CHILD_GULGeneratedClassDisposeDisabled=1 yarn detox test --configuration ios.sim.debug --loglevel warn --inspect",
|
47 | 48 | "tests:ios:test-reuse": "cd tests && SIMCTL_CHILD_GULGeneratedClassDisposeDisabled=1 yarn detox test --configuration ios.sim.debug --reuse --loglevel warn",
|
48 | 49 | "tests:ios:test-cover": "cd tests && SIMCTL_CHILD_GULGeneratedClassDisposeDisabled=1 yarn detox test --configuration ios.sim.debug --loglevel verbose",
|
|
0 commit comments