Skip to content

Commit

Permalink
update make files for api jsonfile names
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Mar 25, 2021
1 parent c97a485 commit b37cc09
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion chats/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ proto:

docs:
protoc --openapi_out=. --proto_path=. --micro_out=. --go_out=. proto/chats.proto
@redoc-cli bundle api-protobuf.json
@redoc-cli bundle api-chats.json

.PHONY: build
build:
Expand Down
2 changes: 1 addition & 1 deletion codes/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build:
.PHONY: docs
docs:
protoc --openapi_out=. --proto_path=. --micro_out=. --go_out=:. proto/codes.proto
@redoc-cli bundle api-protobuf.json
@redoc-cli bundle api-codes.json

.PHONY: test
test:
Expand Down
2 changes: 1 addition & 1 deletion etas/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ proto:
.PHONY: docs
docs:
protoc --openapi_out=. --proto_path=. --micro_out=. --go_out=:. proto/etas.proto
@redoc-cli bundle api-protobuf.json
@redoc-cli bundle api-etas.json

.PHONY: build
build:
Expand Down
2 changes: 1 addition & 1 deletion geocoding/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ proto:
.PHONY: docs
docs:
protoc --openapi_out=. --proto_path=. --micro_out=. --go_out=:. proto/geocoding.proto
@redoc-cli bundle api-protobuf.json
@redoc-cli bundle api-geocoding.json

.PHONY: build
build:
Expand Down
2 changes: 1 addition & 1 deletion invites/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ proto:
.PHONY: docs
docs:
protoc --openapi_out=. --proto_path=. --micro_out=. --go_out=:. proto/invites.proto
@redoc-cli bundle api-protobuf.json
@redoc-cli bundle api-invites.json

.PHONY: build
build:
Expand Down
2 changes: 1 addition & 1 deletion places/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ proto:
.PHONY: docs
docs:
protoc --openapi_out=. --proto_path=. --micro_out=. --go_out=:. proto/places.proto
@redoc-cli bundle api-protobuf.json
@redoc-cli bundle api-places.json

.PHONY: build
build:
Expand Down
2 changes: 1 addition & 1 deletion routing/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ proto:
.PHONY: docs
docs:
protoc --openapi_out=. --proto_path=. --micro_out=. --go_out=:. proto/routing.proto
@redoc-cli bundle api-protobuf.json
@redoc-cli bundle api-routing.json

.PHONY: build
build:
Expand Down
2 changes: 1 addition & 1 deletion seen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion streams/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build:
.PHONY: docs
docs:
protoc --openapi_out=. --proto_path=. --micro_out=. --go_out=:. proto/streams.proto
@redoc-cli bundle api-protobuf.json
@redoc-cli bundle api-streams.json

.PHONY: test
test:
Expand Down
2 changes: 1 addition & 1 deletion threads/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ proto:
.PHONY: docs
docs:
protoc --openapi_out=. --proto_path=. --micro_out=. --go_out=:. proto/threads.proto
@redoc-cli bundle api-protobuf.json
@redoc-cli bundle api-threads.json

.PHONY: build
build:
Expand Down
2 changes: 1 addition & 1 deletion users/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ proto:
.PHONY: docs
docs:
protoc --openapi_out=. --proto_path=. --micro_out=. --go_out=:. proto/users.proto
@redoc-cli bundle api-protobuf.json
@redoc-cli bundle api-users.json

.PHONY: build
build:
Expand Down

0 comments on commit b37cc09

Please sign in to comment.