Skip to content

Commit eb0e447

Browse files
committed
Polyfill globalThis
1 parent 8a445a1 commit eb0e447

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-typescript.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ jobs:
6363
run: |
6464
cd protobuf_definitions
6565
mkdir -p ./out/ &&
66-
protoc *.proto --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=./out --ts_proto_opt=outputIndex=true
66+
protoc *.proto --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=./out \
67+
--ts_proto_opt=outputIndex=true --ts_proto_opt=globalThisPolyfill=true
6768
6869
- name: Compile
6970
run: |

0 commit comments

Comments
 (0)