Skip to content

Commit 7b24ea5

Browse files
committed
Cleanup scripts
1 parent bb10fc2 commit 7b24ea5

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

examples/grpc-web/compile-proto.sh

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ PROTOC_GEN_TS_PATH="$(npm bin)/protoc-gen-ts"
88
PROTOC_GEN_GRPC_PATH="$(npm bin)/grpc_tools_node_protoc_plugin"
99
PROTOC_GEN_GRPC_WEB_PATH="$(npm bin)/protoc-gen-grpc-web"
1010

11-
mkdir -p "$OUT_DIR"
12-
mkdir -p "$TS_OUT_DIR"
13-
1411
# generate grpc-web files & types
1512
$PROTOC \
1613
-I="./" \

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

-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ PROTOC="$(npm bin)/grpc_tools_node_protoc"
77
PROTOC_GEN_TS_PATH="$(npm bin)/protoc-gen-ts"
88
PROTOC_GEN_GRPC_PATH="$(npm bin)/grpc_tools_node_protoc_plugin"
99

10-
mkdir -p "$OUT_DIR"
11-
mkdir -p "$TS_OUT_DIR"
12-
1310
$PROTOC \
1411
-I="./" \
1512
--plugin=protoc-gen-ts=$PROTOC_GEN_TS_PATH \

0 commit comments

Comments
 (0)