From f5a9c7df81c9321883ccd859d3cece4600946eb6 Mon Sep 17 00:00:00 2001 From: Miguel Alatzar Date: Tue, 9 Jul 2019 14:21:52 -0700 Subject: [PATCH] Fix Makefile indentation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c75f80686..6027aa303 100644 --- a/Makefile +++ b/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; \