mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
update sentiment makefile
This commit is contained in:
@@ -9,10 +9,14 @@ init:
|
||||
proto:
|
||||
protoc --openapi_out=. --proto_path=. --micro_out=. --go_out=:. proto/sentiment.proto
|
||||
|
||||
|
||||
.PHONY: api
|
||||
api:
|
||||
protoc --openapi_out=. --proto_path=. proto/sentiment.proto
|
||||
|
||||
.PHONY: docs
|
||||
docs:
|
||||
protoc --openapi_out=. --proto_path=. --micro_out=. --go_out=:. proto/sentiment.proto
|
||||
@redoc-cli bundle api-sentiment.json
|
||||
|
||||
.PHONY: build
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user