Fix cordova install

This commit is contained in:
Jake Howard 2015-12-19 21:53:41 +00:00
parent 09e027221b
commit 307d0ea7c7

View file

@ -6,6 +6,9 @@ echo ">> Installing NPM Packages..."
npm install
echo ">> Building Application source..."
if [ -z "$IN_TEST" ]; then
npm install -g cordova ionic # CircleCI can't find it otherwise
fi
npm run build
echo ">> Installing cordova plugins..."