diff --git a/deploy.sh b/deploy.sh index d4cf635..9766a29 100755 --- a/deploy.sh +++ b/deploy.sh @@ -2,13 +2,8 @@ set -ex -yarn tsc & -tsc=$! -yarn lint & -lint=$! -yarn test & -units=$1 -wait $tsc $lint $units +yarn tsc +yarn lint git push origin HEAD & cd android || exit 1