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

10 lines
127 B
Text
Raw Normal View History

2015-12-19 21:43:23 +00:00
#!/usr/bin/env bash
set -e
2015-12-19 22:11:43 +00:00
echo ">> Compile application..."
cordova build android
2015-12-19 21:43:23 +00:00
echo ">> Lint JavaScript..."
2015-12-19 22:05:45 +00:00
npm run lint