[react-native-cli] Fix errors on tests refering `packager.js`

This commit is contained in:
Martin Bigio 2015-10-22 14:17:29 -04:00
parent 32aeeea313
commit 26df016600
2 changed files with 2 additions and 2 deletions

View File

@ -68,6 +68,6 @@ ls EndToEndTest/`basename $MARKER` > /dev/null
flow --retries 10
node ../node_modules/react-native/packager/packager.js --nonPersistent &
../node_modules/react-native/packager/packager.sh --nonPersistent &
SERVER_PID=$!
xctool -scheme EndToEndTest -sdk iphonesimulator test

View File

@ -24,7 +24,7 @@ function cleanup {
}
trap cleanup EXIT
node ./packager/packager.js --nonPersistent &
./packager/packager.sh --nonPersistent &
SERVER_PID=$!
xctool \
-project Examples/UIExplorer/UIExplorer.xcodeproj \