Skip to content

Commit

Permalink
update proto paths in scripts/build-proto.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgooz committed Aug 23, 2018
1 parent 203e6d8 commit fbc0639
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build-proto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ DATA_DOCS="--doc_out=$CORE/docs/api/ --doc_opt=$CORE/docs/data.template"
GRPC="--go_out=plugins=grpc:./"

protoc $GRPC $DATA_DOCS,service-type.md --proto_path=./ $PROJECT/service/service.proto
protoc $GRPC $API_DOCS,core.md --proto_path=./ $PROJECT/api/core/api.proto
protoc $GRPC $API_DOCS,service.md --proto_path=./ $PROJECT/api/service/api.proto
protoc $GRPC $API_DOCS,core.md --proto_path=./ $PROJECT/interface/grpc/core/api.proto
protoc $GRPC $API_DOCS,service.md --proto_path=./ $PROJECT/interface/grpc/service/api.proto

0 comments on commit fbc0639

Please sign in to comment.