From a772e36160c5d96d09799190b3e570c51f70f128 Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Sun, 1 Jan 2023 14:32:23 +1300 Subject: [PATCH] Add tests to deploy script --- deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.sh b/deploy.sh index 92d652f..1cc7312 100755 --- a/deploy.sh +++ b/deploy.sh @@ -4,6 +4,7 @@ set -ex yarn tsc yarn lint +yarn jest git push origin HEAD cd android || exit 1