Skip to content

Commit feafe5c

Browse files
committed
Output ts-proto index files
1 parent 465520a commit feafe5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-typescript.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Node.js
1414
uses: actions/setup-node@v4
1515
with:
16-
node-version: 'latest'
16+
node-version: "latest"
1717

1818
- name: Install dependencies
1919
run: |
@@ -27,7 +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
30+
protoc *.proto --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=./out --ts_proto_opt=outputIndex=true
3131
3232
- name: Publish compiled proto definitions
3333
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)