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
|
||||
|
||||
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 install
|
||||
|
||||
echo ">> Building Application source..."
|
||||
npm run build
|
||||
|
||||
echo ">> Installing cordova plugins..."
|
||||
|
|
|
@ -6,4 +6,4 @@ echo ">> Compile application..."
|
|||
cordova build android
|
||||
|
||||
echo ">> Lint JavaScript..."
|
||||
npm run Lint
|
||||
npm run lint
|
||||
|
|
Reference in a new issue