Skip to content

Commit 21cdcef

Browse files
committed
Cleaning test app scripts
1 parent 5c74bb9 commit 21cdcef

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

apps/test-app/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
"private": true,
44
"version": "0.1.0",
55
"scripts": {
6-
"start": "react-native start --no-interactive",
6+
"metro": "react-native start --no-interactive",
77
"android": "react-native run-android --no-packager --active-arch-only",
8-
"build:android": "react-native bundle --entry-file index.js --platform android --dev true --bundle-output dist/main.android.jsbundle --assets-dest dist/res",
98
"ios": "react-native run-ios --no-packager",
109
"pod-install": "cd ios && pod install",
11-
"test:android": "mocha-remote --exit-on-error -- concurrently --kill-others-on-fail npm:start npm:android",
12-
"test:ios": "mocha-remote --exit-on-error -- concurrently --kill-others-on-fail npm:start npm:ios"
10+
"test:android": "mocha-remote --exit-on-error -- concurrently --kill-others-on-fail npm:metro npm:android",
11+
"test:ios": "mocha-remote --exit-on-error -- concurrently --kill-others-on-fail npm:metro npm:ios"
1312
},
1413
"dependencies": {
1514
"@babel/core": "^7.26.10",

0 commit comments

Comments
 (0)