fixes figwheel repl for android builds on linux

Signed-off-by: Goran Jovic <goranjovic@gmail.com>
This commit is contained in:
Goran Jovic 2018-07-06 10:53:24 +02:00
parent 75a1430075
commit f6f799c86b
No known key found for this signature in database
GPG Key ID: D429D1A9B2EB8A8E
1 changed files with 2 additions and 1 deletions

View File

@ -164,4 +164,5 @@ startdev-%:
"ios") ${MAKE} prepare-ios;; \
esac
${MAKE} dev-$(SYSTEM)-$(DEVICE)
${MAKE} -j2 react-native repl-$(SYSTEM)
${MAKE} react-native &
${MAKE} repl-$(SYSTEM)