mirror of
https://github.com/status-im/react-native.git
synced 2025-02-24 15:18:10 +00:00
Update objc-test.sh
Remove extra `--` on server options
This commit is contained in:
parent
5ee24bfd6c
commit
78db5ca1b9
@ -24,7 +24,7 @@ function cleanup {
|
||||
}
|
||||
trap cleanup EXIT
|
||||
|
||||
node ./packager/packager.js -- --nonPersistent &
|
||||
node ./packager/packager.js --nonPersistent &
|
||||
SERVER_PID=$!
|
||||
xctool \
|
||||
-project Examples/UIExplorer/UIExplorer.xcodeproj \
|
||||
|
Loading…
x
Reference in New Issue
Block a user