Add tests to deploy script

This commit is contained in:
Brandon Presley 2023-01-01 14:32:23 +13:00
parent ad95438120
commit a772e36160
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ set -ex
yarn tsc
yarn lint
yarn jest
git push origin HEAD
cd android || exit 1