Fix 'pre-buid' typo in build-android target (#2281)
This commit is contained in:
parent
278fbe3ca9
commit
2e4cdc8309
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue