Build js before building android app

This commit is contained in:
Thomas Forgione 2018-08-21 11:03:26 +02:00
parent 88013ea022
commit 24ef9a8518
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,11 @@ fi
build() {
echo "Building android app"
cd ../escalator-web
make
cd ../escalator
cordova build android
cd ./platforms/android/app/
gradle build