Skip to content

Commit 77aa345

Browse files
committed
cleanup
1 parent 66332d0 commit 77aa345

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

package.json

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
22
"name": "react-native-update",
3-
"version": "10.28.5",
3+
"version": "10.28.6",
44
"description": "react-native hot update",
55
"main": "src/index",
66
"scripts": {
77
"postinstall": "node scripts/check-expo-version.js",
8-
"prepack": "yarn submodule && yarn lint",
8+
"prepack": "bun submodule && bun lint",
99
"lint": "eslint \"src/*.@(ts|tsx|js|jsx)\" && tsc --noEmit",
1010
"submodule": "git submodule update --init --recursive",
1111
"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",
1515
"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",
2020
"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",
2525
"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"
2727
},
2828
"repository": {
2929
"type": "git",
@@ -75,6 +75,5 @@
7575
"react-native": "0.73",
7676
"ts-jest": "^29.2.5",
7777
"typescript": "^5.6.3"
78-
},
79-
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
78+
}
8079
}

0 commit comments

Comments
 (0)