|
1 | 1 | {
|
2 | 2 | "name": "react-native-update",
|
3 |
| - "version": "10.28.5", |
| 3 | + "version": "10.28.6", |
4 | 4 | "description": "react-native hot update",
|
5 | 5 | "main": "src/index",
|
6 | 6 | "scripts": {
|
7 | 7 | "postinstall": "node scripts/check-expo-version.js",
|
8 |
| - "prepack": "yarn submodule && yarn lint", |
| 8 | + "prepack": "bun submodule && bun lint", |
9 | 9 | "lint": "eslint \"src/*.@(ts|tsx|js|jsx)\" && tsc --noEmit",
|
10 | 10 | "submodule": "git submodule update --init --recursive",
|
11 | 11 | "test": "echo \"Error: no test specified\" && exit 1",
|
12 |
| - "build-lib": "yarn submodule && $ANDROID_HOME/ndk/20.1.5948944/ndk-build NDK_PROJECT_PATH=android APP_BUILD_SCRIPT=android/jni/Android.mk NDK_APPLICATION_MK=android/jni/Application.mk NDK_LIBS_OUT=android/lib", |
13 |
| - "build:ios-debug": "cd Example/testHotUpdate && yarn && detox build --configuration ios.sim.debug", |
14 |
| - "build:ios-release": "cd Example/testHotUpdate && yarn && detox build --configuration ios.sim.release", |
| 12 | + "build-lib": "bun submodule && $ANDROID_HOME/ndk/20.1.5948944/ndk-build NDK_PROJECT_PATH=android APP_BUILD_SCRIPT=android/jni/Android.mk NDK_APPLICATION_MK=android/jni/Application.mk NDK_LIBS_OUT=android/lib", |
| 13 | + "build:ios-debug": "cd Example/testHotUpdate && bun && detox build --configuration ios.sim.debug", |
| 14 | + "build:ios-release": "cd Example/testHotUpdate && bun && detox build --configuration ios.sim.release", |
15 | 15 | "test:ios-debug": "cd Example/testHotUpdate && detox test --configuration ios.sim.debug",
|
16 |
| - "test:ios-release": "cd Example/testHotUpdate && yarn detox test --configuration ios.sim.release", |
17 |
| - "build:android-debug": "cd Example/testHotUpdate && yarn && detox build --configuration android.emu.debug", |
18 |
| - "build:android-release": "cd Example/testHotUpdate && yarn && detox build --configuration android.emu.release", |
19 |
| - "test:android-release": "cd Example/testHotUpdate && yarn detox test --configuration android.emu.release --headless --record-logs all", |
| 16 | + "test:ios-release": "cd Example/testHotUpdate && bun detox test --configuration ios.sim.release", |
| 17 | + "build:android-debug": "cd Example/testHotUpdate && bun && detox build --configuration android.emu.debug", |
| 18 | + "build:android-release": "cd Example/testHotUpdate && bun && detox build --configuration android.emu.release", |
| 19 | + "test:android-release": "cd Example/testHotUpdate && bun detox test --configuration android.emu.release --headless --record-logs all", |
20 | 20 | "test:android-debug": "cd Example/testHotUpdate && detox test --configuration android.emu.debug --headless --record-logs all",
|
21 |
| - "e2e:ios": "npm run build:ios-release && npm run test:ios-release", |
22 |
| - "e2e:android": "npm run build:android-release && npm run test:android-release", |
23 |
| - "tests:emulator:prepare": "cd .github/workflows/scripts/functions && yarn && yarn build", |
24 |
| - "tests:emulator:start-ci": "yarn tests:emulator:prepare && cd ./.github/workflows/scripts && ./start-firebase-emulator.sh", |
| 21 | + "e2e:ios": "bun build:ios-release && bun test:ios-release", |
| 22 | + "e2e:android": "bun build:android-release && bun test:android-release", |
| 23 | + "tests:emulator:prepare": "cd .github/workflows/scripts/functions && bun && bun build", |
| 24 | + "tests:emulator:start-ci": "bun tests:emulator:prepare && cd ./.github/workflows/scripts && ./start-firebase-emulator.sh", |
25 | 25 | "tests:packager:jet-ci": "cd Example/testHotUpdate && cross-env TMPDIR=$HOME/.metro REACT_DEBUGGER=\"echo nope\" node_modules/.bin/react-native start --no-interactive",
|
26 |
| - "tests:ios:pod:install": "cd Example/testHotUpdate && yarn && yarn pod-install" |
| 26 | + "tests:ios:pod:install": "cd Example/testHotUpdate && bun && bun pod-install" |
27 | 27 | },
|
28 | 28 | "repository": {
|
29 | 29 | "type": "git",
|
|
75 | 75 | "react-native": "0.73",
|
76 | 76 | "ts-jest": "^29.2.5",
|
77 | 77 | "typescript": "^5.6.3"
|
78 |
| - }, |
79 |
| - "packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72" |
| 78 | + } |
80 | 79 | }
|
0 commit comments