From 2e4cdc83096feb3b971418c610aee5d0391106e5 Mon Sep 17 00:00:00 2001 From: Jani Uusitalo Date: Fri, 19 Oct 2018 15:00:15 +0300 Subject: [PATCH] Fix 'pre-buid' typo in build-android target (#2281) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index db252ca9c..f4bb9bd6d 100644 --- a/Makefile +++ b/Makefile @@ -198,7 +198,7 @@ build-ios: | stop pre-build check-style ## Builds the iOS app @cd fastlane && BABEL_ENV=production NODE_ENV=production bundle exec fastlane ios build @ps -ef | grep -i "cli.js start" | grep -iv grep | awk '{print $$2}' | xargs kill -9 -build-android: | stop pre-buid check-style prepare-android-build ## Build the Android app +build-android: | stop pre-build check-style prepare-android-build ## Build the Android app @if [ $(shell ps -ef | grep -i "cli.js start" | grep -civ grep) -eq 0 ]; then \ echo Starting React Native packager server; \ npm start & echo; \