chore(Makefile): use go generate instead of calling oapi-codegen local binary
This commit is contained in:
parent
3b95a216bd
commit
a2d47a4b3e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,3 +1,3 @@
|
||||||
.PHONY: generate
|
.PHONY: generate
|
||||||
generate:
|
generate:
|
||||||
oapi-codegen -config ./oapi-codegen.yaml ./api/v1/openapi.yaml
|
go generate .
|
||||||
|
|
|
||||||
Reference in a new issue