From 71a969aeda3250c329e17f5734771809e4dc367e Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Mon, 28 Mar 2022 19:38:06 -0500 Subject: [PATCH] chore: doo all now formats --- do.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/do.sh b/do.sh index ebe78d5..1e52070 100644 --- a/do.sh +++ b/do.sh @@ -30,7 +30,7 @@ release() { } all() { - build && test + build && fmt && test } "$@" # <- execute the task