From 307d0ea7c713d04de2d264a8e4c6f8f9232be4bd Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 19 Dec 2015 21:53:41 +0000 Subject: [PATCH] Fix cordova install --- scripts/build | 3 +++ 1 file changed, 3 insertions(+) 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..."