[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

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