From 6384b0d874b2b64a9cae932f0ecb002cd2c1474e Mon Sep 17 00:00:00 2001 From: darwincereska Date: Sun, 15 Feb 2026 22:29:30 -0500 Subject: [PATCH] fix: updated taskfile --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index f85bd07..1943bae 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -54,7 +54,7 @@ tasks: build-all: desc: Build everything (Go binary + CSS) - deps: [build, build-css] + deps: [build, build-css, build-queries] # Watch tasks templ: