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 feafe5c commit 913fb85Copy full SHA for 913fb85
.github/workflows/ci-typescript.yaml
@@ -27,7 +27,8 @@ 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 --ts_proto_opt=outputIndex=true
+ protoc *.proto --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=./out \
31
+ --ts_proto_opt=outputIndex=true --ts_proto_opt=enumsAsLiterals=true
32
33
- name: Publish compiled proto definitions
34
uses: actions/upload-artifact@v4
0 commit comments