Build ts grpc client for bridge ui
Change-Id: I611783e5f55ac8c970f5fb6df651472700a30df4
This commit is contained in:
parent
855be15ab8
commit
b28c76618a
|
@ -10,3 +10,13 @@ plugins:
|
|||
- ts_proto_opt=forceLong=string
|
||||
- ts_proto_opt=outputClientImpl=grpc-web
|
||||
- ts_proto_out=explorer/src/proto
|
||||
- name: tsproto
|
||||
out: bridge_ui/src/proto
|
||||
path: tools/node_modules/.bin/protoc-gen-ts_proto
|
||||
opt:
|
||||
- paths=source_relative
|
||||
- ts_proto_opt=esModuleInterop=true
|
||||
- ts_proto_opt=env=browser
|
||||
- ts_proto_opt=forceLong=string
|
||||
- ts_proto_opt=outputClientImpl=grpc-web
|
||||
- ts_proto_out=explorer/src/proto
|
||||
|
|
Loading…
Reference in New Issue