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 c7b6f4940b - Show all commits

View file

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