Skip to content

Commit 1263d73

Browse files
authored
Update compile-proto.sh
1 parent ddf3619 commit 1263d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ts-protoc-gen/compile-proto.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PROTOC_GEN_GRPC_PATH="$(npm bin)/grpc_tools_node_protoc_plugin"
1010
$PROTOC \
1111
-I="./" \
1212
--plugin=protoc-gen-ts=$PROTOC_GEN_TS_PATH \
13-
--plugin=protoc-gen-grpc=${PROTOC_GEN_GRPC_PATH} \
13+
--plugin=protoc-gen-grpc=$PROTOC_GEN_GRPC_PATH \
1414
--js_out=import_style=commonjs:$OUT_DIR \
1515
--grpc_out=grpc_js:$OUT_DIR \
1616
--ts_out=service=grpc-node,mode=grpc-js:$TS_OUT_DIR \

0 commit comments

Comments
 (0)