Skip to content

Commit 34c0c6c

Browse files
committed
feat: Add generate command in Makefile
1 parent 00ac46b commit 34c0c6c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ build:
3838
$(EXEC) go mod tidy
3939
$(EXEC) goimports -w .
4040

41+
generate:
42+
./scripts/generate-code.sh
43+
$(EXEC) go mod tidy
44+
$(EXEC) goimports -w .
45+
4146
.PHONY: test
4247
test:
4348
$(EXEC) go test -v ./...

0 commit comments

Comments
 (0)