mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-11 22:40:37 +08:00
Fix RNTester on Windows (#19974)
Summary: Currrent, RNTester can not work on windows. * Fixes https://github.com/facebook/react-native/issues/19654. Pull Request resolved: https://github.com/facebook/react-native/pull/19974 Differential Revision: D9150453 Pulled By: rafeca fbshipit-source-id: 1bd2046fbe0e8eaadf249604357c2e6acd80455e
This commit is contained in:
committed by
Facebook Github Bot
parent
f17047e230
commit
a286c0e753
@@ -56,7 +56,7 @@ function waitForPackager {
|
||||
if [ "$1" = "test" ]; then
|
||||
|
||||
# Start the packager
|
||||
./scripts/packager.sh --max-workers=1 || echo "Can't start packager automatically" &
|
||||
npm run start --max-workers=1 || echo "Can't start packager automatically" &
|
||||
# Start the WebSocket test server
|
||||
open "./IntegrationTests/launchWebSocketServer.command" || echo "Can't start web socket server automatically"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user