We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf3619 commit 1263d73Copy full SHA for 1263d73
examples/ts-protoc-gen/compile-proto.sh
@@ -10,7 +10,7 @@ PROTOC_GEN_GRPC_PATH="$(npm bin)/grpc_tools_node_protoc_plugin"
10
$PROTOC \
11
-I="./" \
12
--plugin=protoc-gen-ts=$PROTOC_GEN_TS_PATH \
13
- --plugin=protoc-gen-grpc=${PROTOC_GEN_GRPC_PATH} \
+ --plugin=protoc-gen-grpc=$PROTOC_GEN_GRPC_PATH \
14
--js_out=import_style=commonjs:$OUT_DIR \
15
--grpc_out=grpc_js:$OUT_DIR \
16
--ts_out=service=grpc-node,mode=grpc-js:$TS_OUT_DIR \
0 commit comments