summaryrefslogtreecommitdiffhomepage
path: root/backend/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'backend/justfile')
-rw-r--r--backend/justfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/backend/justfile b/backend/justfile
index c2f97ff..7dba240 100644
--- a/backend/justfile
+++ b/backend/justfile
@@ -1,4 +1,4 @@
-build:
+build: generate
go build -o feedaka .
fmt:
@@ -6,3 +6,6 @@ fmt:
check:
go build -o /dev/null .
+
+generate:
+ go generate ./...