Skip to content

Commit 0b52fb6

Browse files
committed
Update ts-proto options
1 parent 15d533d commit 0b52fb6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci-typescript.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
run: |
2828
cd protobuf_definitions
2929
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
30+
protoc *.proto --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=./out --ts_proto_opt=outputIndex=true
3231
3332
- name: Publish compiled proto definitions
3433
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)