Skip to content

Commit bbb75be

Browse files
committed
ci: add --client-logs to metro start for test log visibility
1 parent 66971d8 commit bbb75be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"lint:fix": "eslint \"src/**/*.{js,ts,tsx}\" --fix",
1616
"format": "prettier --check \"**/*.{js,ts,tsx}\"",
1717
"format:fix": "prettier --write \"**/*.{js,ts,tsx}\"",
18-
"start": "react-native start",
18+
"start": "react-native start --client-logs",
1919
"dev": "sh -c 'react-native start --client-logs \"$@\" 2>&1 | tee /tmp/rnqc-metro.log' --",
2020
"pods": "RCT_USE_RN_DEP=1 RCT_USE_PREBUILT_RNCORE=1 bundle install && bundle exec pod install --project-directory=ios",
2121
"build:android": "cd android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a",

0 commit comments

Comments
 (0)