From 3387f5ea9e827a9ff4111f810994824073ef42f9 Mon Sep 17 00:00:00 2001 From: Eric Bower Date: Sat, 4 Jan 2025 10:03:43 -0500 Subject: [PATCH] fix(make): change test cmd --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0e1b51e..4e85984 100644 --- a/Makefile +++ b/Makefile @@ -7,5 +7,5 @@ lint: .PHONY: lint test: - deno test --allow-env --allow-read + deno task test .PHONY: test