Fix Makefile indentation
This commit is contained in:
parent
d7432d3d41
commit
f5a9c7df81
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -160,7 +160,7 @@ run-android: | check-device-android pre-run prepare-android-build ## Runs the ap
|
|||
@if [ $(shell ps -ef | grep -i "cli.js start" | grep -civ grep) -eq 0 ]; then \
|
||||
echo Starting React Native packager server; \
|
||||
npm start & echo Running Android app in development; \
|
||||
if [ ! -z ${VARIANT} ]; then \
|
||||
if [ ! -z ${VARIANT} ]; then \
|
||||
react-native run-android --no-packager --variant=${VARIANT}; \
|
||||
else \
|
||||
react-native run-android --no-packager; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue