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 20, 2024
1 parent 8447a05 commit 03b5f60
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ build:
$(EXEC) go mod tidy
$(EXEC) goimports -w .

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

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

0 comments on commit 03b5f60

Please sign in to comment.