Changed order
This commit is contained in:
parent
e3a3604af3
commit
09e027221b
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@ set -e
|
||||||
echo ">> Installing NPM Packages..."
|
echo ">> Installing NPM Packages..."
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
echo ">> Installing cordova plugins..."
|
|
||||||
cordova platform add android
|
|
||||||
|
|
||||||
echo ">> Building Application source..."
|
echo ">> Building Application source..."
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
|
echo ">> Installing cordova plugins..."
|
||||||
|
cordova platform add android
|
||||||
|
|
Reference in a new issue