From cba6fdc35df3aa7e8a71d8de1ffcb09a57172904 Mon Sep 17 00:00:00 2001 From: James Tombleson Date: Mon, 15 Jul 2024 15:35:48 -0700 Subject: [PATCH] simple update and generate command --- Justfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Justfile b/Justfile index f5234ab..fff8d8b 100644 --- a/Justfile +++ b/Justfile @@ -7,4 +7,8 @@ gen: build: templ generate go build cmd/server.go - ls -lh server \ No newline at end of file + ls -lh server + +update-submodule: + git submodule update --remote + templ generate \ No newline at end of file