Skip to content

Commit 41c8d58

Browse files
authored
Fix ts-client build error with latest Typescript types. (#1491)
1 parent c1c1751 commit 41c8d58

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

net/grpc/gateway/docker/ts_client/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414

1515
FROM grpcweb/prereqs
1616

17+
WORKDIR /github/grpc-web
18+
19+
# Bring in current workspace
20+
COPY ./net/grpc/gateway/examples/echo ./net/grpc/gateway/examples/echo
21+
1722
WORKDIR /github/grpc-web/net/grpc/gateway/examples/echo
1823

1924
RUN protoc -I=. echo.proto \

net/grpc/gateway/examples/echo/ts-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"devDependencies": {
33
"@types/google-protobuf": "~3.15.12",
44
"@types/jquery": "~3.3.6",
5-
"@types/node": "~10.17.0",
5+
"@types/node": "latest",
66
"google-protobuf": "~3.21.4",
77
"grpc-web": "~1.5.0",
88
"jquery": "~3.5.1",

0 commit comments

Comments
 (0)