Skip to content

Commit

Permalink
feat: Add generate command in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
smutel committed Nov 15, 2024
1 parent 00ac46b commit 34c0c6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ build:
$(EXEC) go mod tidy
$(EXEC) goimports -w .

generate:
./scripts/generate-code.sh
$(EXEC) go mod tidy
$(EXEC) goimports -w .

.PHONY: test
test:
$(EXEC) go test -v ./...

0 comments on commit 34c0c6c

Please sign in to comment.