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 21:46:38 +00:00

12 lines
204 B
Bash
Executable file

#!/usr/bin/env bash
set -e
echo ">> Installing NPM Packages..."
npm install
echo ">> Building Application source..."
npm run build
echo ">> Installing cordova plugins..."
cordova platform add android