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 5843e9c commit f08cb18Copy full SHA for f08cb18
.github/workflows/ci-typescript.yaml
@@ -13,7 +13,7 @@ jobs:
13
- name: ProtocDock Compile
14
uses: valentin-kaiser/protocdock@master
15
with:
16
- command: 'cd protobuf_definitions && mkdir -p ./gen/ && protoc *.proto --plugin=ts-protoc-gen=$PROTOC_GEN_TS_PATH --grpc-web_out="import_style=typescript,mode=grpcweb:./gen/" --proto_path=./protobuf_definitions --ts_out=service=grpc-web:./gen/ --ts_opt=esModuleInterop=true --ts_opt=useOptionals=true --ts_opt=addGrpcMetadata=true --ts_opt=addGrpcWebImports=true'
+ command: 'cd protobuf_definitions && mkdir -p ./gen/ && protoc *.proto --plugin=ts-protoc-gen=$PROTOC_GEN_TS_PATH --grpc-web_out="import_style=typescript,mode=grpcweb:./gen/" --proto_path=./ --ts_out=service=grpc-web:./gen/ --ts_opt=esModuleInterop=true --ts_opt=useOptionals=true --ts_opt=addGrpcMetadata=true --ts_opt=addGrpcWebImports=true'
17
commit_message: '[GEN] Updated compiled proto definitions'
18
19
- name: Publish compiled proto definitions
0 commit comments