Skip to content

Commit 15d533d

Browse files
committed
Update ts-proto options
1 parent 913fb85 commit 15d533d

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
@@ -28,7 +28,7 @@ jobs:
2828
cd protobuf_definitions
2929
mkdir -p ./out/ &&
3030
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
31+
--ts_proto_opt=outputIndex=true --ts_proto_opt=stringEnums=true
3232
3333
- name: Publish compiled proto definitions
3434
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)