cabana: don't deploy unless tests pass

main
Andy Haden 2017-08-07 20:44:14 -07:00
parent 9511f8090f
commit 9e8b0d575a
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ set -e
eval "$(~/one/tools/azure/export_key.py chffrdist)"
cd "$(dirname $0)"
CI=1 npm test || exit 1
sass src/index.scss:src/index.css
npm run build