Fix 'pre-buid' typo in build-android target (#2281)

This commit is contained in:
Jani Uusitalo 2018-10-19 15:00:15 +03:00 committed by Elias Nahum
parent 278fbe3ca9
commit 2e4cdc8309
No known key found for this signature in database
GPG key ID: E038DB71E0B61702

View file

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