mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-09 09:12:06 +08:00
@@ -15,7 +15,7 @@ export REACT_PACKAGER_LOG="$TEMP/server.log"
|
||||
# To make sure we actually installed the local version
|
||||
# of react-native, we will create a temp file inside the template
|
||||
# and check that it exists after `react-native init`
|
||||
MARKER=$(mktemp $ROOT/local-cli/generator-ios/templates/main/XXXXXXXX)
|
||||
MARKER=$(mktemp $ROOT/local-cli/generator-ios/templates/app/XXXXXXXX)
|
||||
|
||||
function cleanup {
|
||||
EXIT_CODE=$?
|
||||
@@ -64,7 +64,7 @@ react-native init EndToEndTest
|
||||
cd EndToEndTest/ios
|
||||
|
||||
# Make sure we installed local version of react-native
|
||||
ls `basename $MARKER` > /dev/null
|
||||
ls EndToEndTest/`basename $MARKER` > /dev/null
|
||||
|
||||
flow --retries 10
|
||||
|
||||
|
||||
Reference in New Issue
Block a user