Skip to content

Commit 3fe6b21

Browse files
Merge pull request #97 from zcong1993/master
Remove grpc package completely
2 parents 1d8740b + 03c5a21 commit 3fe6b21

File tree

10 files changed

+9681
-1738
lines changed

10 files changed

+9681
-1738
lines changed

build-grpc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ generateGrpc() {
7979
--plugin="protoc-gen-ts=${PROTOC_GEN_TS_PATH}" \
8080
--plugin=protoc-gen-grpc=${PROTOC_GEN_GRPC_PATH} \
8181
--js_out="import_style=commonjs,binary:$PATH_PROTO" \
82-
--ts_out="service=grpc-node,mode=grpc-js:$PATH_PROTO" \
82+
--ts_out="grpc_js:$PATH_PROTO" \
8383
--grpc_out="grpc_js:$PATH_PROTO" \
8484
"$PATH_PROTO/$PATH_FILE"
8585
}

0 commit comments

Comments
 (0)