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 465520a commit feafe5cCopy full SHA for feafe5c
.github/workflows/ci-typescript.yaml
@@ -13,7 +13,7 @@ jobs:
13
- name: Setup Node.js
14
uses: actions/setup-node@v4
15
with:
16
- node-version: 'latest'
+ node-version: "latest"
17
18
- name: Install dependencies
19
run: |
@@ -27,7 +27,7 @@ jobs:
27
28
cd protobuf_definitions
29
mkdir -p ./out/ &&
30
- protoc *.proto --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=./out
+ protoc *.proto --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=./out --ts_proto_opt=outputIndex=true
31
32
- name: Publish compiled proto definitions
33
uses: actions/upload-artifact@v4
0 commit comments