Fix cordova install
This commit is contained in:
parent
09e027221b
commit
307d0ea7c7
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@ echo ">> Installing NPM Packages..."
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
echo ">> Building Application source..."
|
echo ">> Building Application source..."
|
||||||
|
if [ -z "$IN_TEST" ]; then
|
||||||
|
npm install -g cordova ionic # CircleCI can't find it otherwise
|
||||||
|
fi
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
echo ">> Installing cordova plugins..."
|
echo ">> Installing cordova plugins..."
|
||||||
|
|
Reference in a new issue