Skip to content

Commit 3e970ed

Browse files
committed
Fix ts-proto generation
1 parent 543e3ab commit 3e970ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-typescript.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
mkdir -p ./out/ &&
3939
protoc protobuf_definitions/*.proto \
4040
--plugin=./node_modules/.bin/protoc-gen-ts_proto \
41+
--proto_path=protobuf_definitions \
4142
--ts_proto_out=./out \
4243
--ts_proto_opt=outputIndex=true \
4344
--ts_proto_opt=globalThisPolyfill=true \

0 commit comments

Comments
 (0)