fixed build recipe not generating templ files
This commit is contained in:
2
justfile
2
justfile
@@ -14,7 +14,7 @@ default:
|
|||||||
|
|
||||||
# Build the target binary
|
# Build the target binary
|
||||||
[group('build')]
|
[group('build')]
|
||||||
build target=entrypoint: tailwind (_build target)
|
build target=entrypoint: templ tailwind (_build target)
|
||||||
|
|
||||||
_build target=entrypoint: tidy (generate target)
|
_build target=entrypoint: tidy (generate target)
|
||||||
go build -ldflags="-w -s" -o {{bin}}/{{target}} {{cmd}}/{{target}}
|
go build -ldflags="-w -s" -o {{bin}}/{{target}} {{cmd}}/{{target}}
|
||||||
|
|||||||
Reference in New Issue
Block a user