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 370edb1 commit 5843e9cCopy full SHA for 5843e9c
.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 && rm -r ./gen/ && 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=./protobuf_definitions --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