Fix run make commands (#1197)
This commit is contained in:
parent
fa9b0fad44
commit
e682d84d00
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -60,7 +60,7 @@ check-device-ios:
|
|||
@exit 1; \
|
||||
fi
|
||||
|
||||
run-ios: | check-device-ios start
|
||||
run-ios: | check-device-ios start-build-packager
|
||||
@echo Running iOS app in development
|
||||
@react-native run-ios --simulator="${SIMULATOR}"
|
||||
|
||||
|
|
@ -82,7 +82,7 @@ endif
|
|||
@exit 1; \
|
||||
fi
|
||||
|
||||
run-android: | check-device-android start prepare-android-build
|
||||
run-android: | check-device-android start-build-packager prepare-android-build
|
||||
@echo Running Android app in development
|
||||
@react-native run-android --no-packager
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue