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; \