fixed build recipe not generating templ files

This commit is contained in:
2026-03-07 12:36:15 +11:00
parent 9f6a2303a0
commit 4064c9c557

View File

@@ -14,7 +14,7 @@ default:
# Build the target binary
[group('build')]
build target=entrypoint: tailwind (_build target)
build target=entrypoint: templ tailwind (_build target)
_build target=entrypoint: tidy (generate target)
go build -ldflags="-w -s" -o {{bin}}/{{target}} {{cmd}}/{{target}}