From a68d4d6a69c7e862c43d3c82269ef3c53ca93c68 Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Sun, 1 Jan 2023 15:21:42 +1300 Subject: [PATCH] Include tests directory in organize.sh --- organize.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/organize.sh b/organize.sh index f3fe730..3332ecf 100755 --- a/organize.sh +++ b/organize.sh @@ -1,3 +1,3 @@ #!/bin/sh -organize-imports-cli *.ts* && prettier --write *.ts* +organize-imports-cli *.ts* tests/*.ts* && prettier --write *.ts* tests/*.ts*