Fix missing react-native-cli tools for build #128

Merged
akinwale merged 8 commits from fix-build into master 2018-05-15 19:59:05 +02:00
Showing only changes of commit 8ce02b34a0 - Show all commits

View file

@ -20,6 +20,7 @@ install:
- cd app
- npm config set registry="http://registry.npmjs.org/"
- npm install
- sudo npm install -g react-native-cli
- cd ..
- cd buildozer
- sudo python setup.py install