|
27 | 27 | "tests:packager:jet-ci": "cd tests && (mkdir $HOME/.metro || true) && cross-env TMPDIR=$HOME/.metro REACT_DEBUGGER=\"echo nope\" yarn react-native start", |
28 | 28 | "tests:packager:jet-reset-cache": "cd tests && cross-env REACT_DEBUGGER=\"echo nope\" yarn react-native start --reset-cache", |
29 | 29 | "tests:emulator:prepare": "cd .github/workflows/scripts/functions && yarn && yarn build", |
30 | | - "tests:emulator:start": "yarn tests:emulator:prepare && cd ./.github/workflows/scripts && ./start-firebase-emulator.sh --no-daemon", |
| 30 | + "tests:emulator:start": "run-script-os", |
| 31 | + "tests:emulator:start:default": "yarn tests:emulator:prepare && cd ./.github/workflows/scripts && ./start-firebase-emulator.sh --no-daemon", |
31 | 32 | "tests:emulator:start:windows": "yarn tests:emulator:prepare && cd ./.github/workflows/scripts && ./start-firebase-emulator.bat --no-daemon", |
32 | 33 | "tests:emulator:start-ci": "yarn tests:emulator:prepare && cd ./.github/workflows/scripts && ./start-firebase-emulator.sh", |
33 | | - "tests:android:build": "cd tests && yarn detox build --configuration android.emu.debug", |
| 34 | + "tests:android:build": "run-script-os", |
| 35 | + "tests:android:build:default": "cd tests && yarn detox build --configuration android.emu.debug", |
34 | 36 | "tests:android:build:windows": "cd tests && yarn detox build --configuration android.emu.debug.windows", |
35 | 37 | "tests:android:build:release": "cd tests && yarn detox build --configuration android.emu.release", |
36 | 38 | "tests:android:test": "cd tests && yarn detox test --configuration android.emu.debug", |
37 | | - "tests:android:test:windows": "cd tests && yarn detox test --configuration android.emu.debug", |
38 | 39 | "tests:android:test:debug": "cd tests && yarn detox test --configuration android.emu.debug --inspect", |
39 | 40 | "tests:android:test-reuse": "cd tests && yarn detox test --configuration android.emu.debug --reuse", |
40 | 41 | "tests:android:test-cover": "cd tests && yarn detox test --configuration android.emu.debug --loglevel verbose", |
|
93 | 94 | "prettier": "^3.6.2", |
94 | 95 | "regenerator-transform": "^0.15.2", |
95 | 96 | "rimraf": "^6.0.1", |
| 97 | + "run-script-os": "^1.1.6", |
96 | 98 | "shelljs": "^0.10.0", |
97 | 99 | "spellchecker-cli": "^7.0.0", |
98 | 100 | "ts-jest": "^29.4.1", |
|
0 commit comments