Fix missing react-native-cli tools for build #128
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue