Fix typo in build script (#2272)
This commit is contained in:
parent
5c1be7e5b2
commit
5e13bc2f7c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue