From 5e13bc2f7c45df50acb1626a2064e37bb147e04a Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Wed, 17 Oct 2018 16:35:25 -0300 Subject: [PATCH] Fix typo in build script (#2272) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d5c1c340f..db252ca9c 100644 --- a/Makefile +++ b/Makefile @@ -234,7 +234,7 @@ unsigned-android: stop pre-build check-style prepare-android-build ## Build an u test: | pre-run check-style ## Runs tests @npm test -build-pr: | can-build-pr stop pre-buil check-style ## Build a PR from the mattermost-mobile repo +build-pr: | can-build-pr stop pre-build check-style ## Build a PR from the mattermost-mobile repo @if [ $(shell ps -ef | grep -i "cli.js start" | grep -civ grep) -eq 0 ]; then \ echo Starting React Native packager server; \ npm start & echo; \