Fxi tests
This commit is contained in:
parent
307d0ea7c7
commit
66fea79c68
2 changed files with 4 additions and 4 deletions
|
@ -3,12 +3,12 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
echo ">> Installing NPM Packages..."
|
echo ">> Installing NPM Packages..."
|
||||||
npm install
|
|
||||||
|
|
||||||
echo ">> Building Application source..."
|
|
||||||
if [ -z "$IN_TEST" ]; then
|
if [ -z "$IN_TEST" ]; then
|
||||||
npm install -g cordova ionic # CircleCI can't find it otherwise
|
npm install -g cordova ionic # CircleCI can't find it otherwise
|
||||||
fi
|
fi
|
||||||
|
npm install
|
||||||
|
|
||||||
|
echo ">> Building Application source..."
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
echo ">> Installing cordova plugins..."
|
echo ">> Installing cordova plugins..."
|
||||||
|
|
|
@ -6,4 +6,4 @@ echo ">> Compile application..."
|
||||||
cordova build android
|
cordova build android
|
||||||
|
|
||||||
echo ">> Lint JavaScript..."
|
echo ">> Lint JavaScript..."
|
||||||
npm run Lint
|
npm run lint
|
||||||
|
|
Reference in a new issue