update make files for api jsonfile names

This commit is contained in:
Asim Aslam
2021-03-25 10:29:04 +00:00
parent c97a4854f3
commit b37cc09835
11 changed files with 11 additions and 11 deletions

View File

@@ -15,7 +15,7 @@ build:
docs:
protoc --openapi_out=. --proto_path=. --micro_out=. --go_out=:. proto/seen.proto
@redoc-cli bundle api-protobuf.json
@redoc-cli bundle api-seen.json
.PHONY: test