diff --git a/scripts/build b/scripts/build index 63142aa..7e2f1d8 100755 --- a/scripts/build +++ b/scripts/build @@ -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..."