|
3 | 3 | "private": true,
|
4 | 4 | "scripts": {
|
5 | 5 | "version": "node ./scripts/version.js",
|
6 |
| - "prepare": "yarn run lerna:link && lerna run prepare --parallel && cd .github/workflows/scripts/functions && yarn && yarn build", |
| 6 | + "prepare": "yarn run lerna:link && lerna run prepare --parallel", |
7 | 7 | "build:all:clean": "lerna run build:clean",
|
8 | 8 | "build:all:build": "lerna run build",
|
9 | 9 | "lint": "yarn lint:js && yarn lint:android && yarn lint:ios:check",
|
|
26 | 26 | "tests:packager:jet": "cd tests && cross-env REACT_DEBUGGER=\"echo nope\" node_modules/.bin/react-native start --no-interactive",
|
27 | 27 | "tests:packager:jet-ci": "cd tests && cross-env TMPDIR=$HOME/.metro REACT_DEBUGGER=\"echo nope\" node_modules/.bin/react-native start --no-interactive",
|
28 | 28 | "tests:packager:jet-reset-cache": "cd tests && cross-env REACT_DEBUGGER=\"echo nope\" node_modules/.bin/react-native start --reset-cache --no-interactive",
|
29 |
| - "tests:emulator:start": "cd ./.github/workflows/scripts && ./start-firebase-emulator.sh --no-daemon", |
30 |
| - "tests:emulator:start:windows": "cd ./.github/workflows/scripts && ./start-firebase-emulator.bat --no-daemon", |
31 |
| - "tests:emulator:start-ci": "cd ./.github/workflows/scripts && ./start-firebase-emulator.sh", |
| 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", |
| 31 | + "tests:emulator:start:windows": "yarn tests:emulator:prepare && cd ./.github/workflows/scripts && ./start-firebase-emulator.bat --no-daemon", |
| 32 | + "tests:emulator:start-ci": "yarn tests:emulator:prepare && cd ./.github/workflows/scripts && ./start-firebase-emulator.sh", |
32 | 33 | "tests:android:build": "cd tests && cross-env FIREBASE_APP_CHECK_DEBUG_TOKEN=\"698956B2-187B-49C6-9E25-C3F3530EEBAF\" yarn detox build --configuration android.emu.debug",
|
33 | 34 | "tests:android:build:windows": "cd tests && cross-env FIREBASE_APP_CHECK_DEBUG_TOKEN=\"698956B2-187B-49C6-9E25-C3F3530EEBAF\" yarn detox build --configuration android.emu.debug.windows",
|
34 | 35 | "tests:android:build-release": "cd tests && yarn detox build --configuration android.emu.release",
|
|
0 commit comments