From ccee16fb0e35af5c0dc84b883018beaced97a504 Mon Sep 17 00:00:00 2001 From: Ehtesham Hasnain Date: Wed, 30 Sep 2020 19:11:01 +0200 Subject: [PATCH] Improve build script to test before compiling --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 8570d70..93b30ab 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,3 +1,3 @@ #!/bin/sh -tsc +yarn test && tsc