We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb10fc2 commit 7b24ea5Copy full SHA for 7b24ea5
examples/grpc-web/compile-proto.sh
@@ -8,9 +8,6 @@ PROTOC_GEN_TS_PATH="$(npm bin)/protoc-gen-ts"
8
PROTOC_GEN_GRPC_PATH="$(npm bin)/grpc_tools_node_protoc_plugin"
9
PROTOC_GEN_GRPC_WEB_PATH="$(npm bin)/protoc-gen-grpc-web"
10
11
-mkdir -p "$OUT_DIR"
12
-mkdir -p "$TS_OUT_DIR"
13
-
14
# generate grpc-web files & types
15
$PROTOC \
16
-I="./" \
examples/ts-protoc-gen/compile-proto.sh
@@ -7,9 +7,6 @@ PROTOC="$(npm bin)/grpc_tools_node_protoc"
7
PROTOC_GEN_TS_PATH="$(npm bin)/protoc-gen-ts"
--plugin=protoc-gen-ts=$PROTOC_GEN_TS_PATH \
0 commit comments