This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
oriment/scripts/build
2015-12-19 22:05:45 +00:00

15 lines
301 B
Bash
Executable file

#!/usr/bin/env bash
set -e
echo ">> Installing NPM Packages..."
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..."
cordova platform add android