diff --git a/scripts/run.mk b/scripts/run.mk index 3f13d7f8..45f01356 100644 --- a/scripts/run.mk +++ b/scripts/run.mk @@ -5,6 +5,7 @@ WORKDIR /s COPY go.mod go.sum ./ RUN go mod download COPY . ./ +RUN go generate ./... RUN go build -o /out . WORKDIR / ARG CONFIG_RUN