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 15d533d commit 0b52fb6Copy full SHA for 0b52fb6
.github/workflows/ci-typescript.yaml
@@ -27,8 +27,7 @@ jobs:
27
run: |
28
cd protobuf_definitions
29
mkdir -p ./out/ &&
30
- protoc *.proto --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=./out \
31
- --ts_proto_opt=outputIndex=true --ts_proto_opt=stringEnums=true
+ protoc *.proto --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=./out --ts_proto_opt=outputIndex=true
32
33
- name: Publish compiled proto definitions
34
uses: actions/upload-artifact@v4
0 commit comments