Fix typo in build script (#2272)

This commit is contained in:
Elias Nahum 2018-10-17 16:35:25 -03:00 committed by Harrison Healey
parent 5c1be7e5b2
commit 5e13bc2f7c

View file

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