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:
gengjiawen
2018-08-03 13:25:02 -07:00
committed by Facebook Github Bot
parent f17047e230
commit a286c0e753
2 changed files with 2 additions and 3 deletions

View File

@@ -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"