Skip to content

Commit 5843e9c

Browse files
committed
Remove rm step
1 parent 370edb1 commit 5843e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-typescript.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: ProtocDock Compile
1414
uses: valentin-kaiser/protocdock@master
1515
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'
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'
1717
commit_message: '[GEN] Updated compiled proto definitions'
1818

1919
- name: Publish compiled proto definitions

0 commit comments

Comments
 (0)