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/runtests
2015-12-19 21:43:23 +00:00

9 lines
127 B
Bash
Executable file

#!/usr/bin/env bash
set -e
echo ">> Compile application..."
cordova build android
echo ">> Lint JavaScript..."
npm run Lint