Skip to content

Commit d5710f0

Browse files
committed
Switch protobuf codegen to ts-proto for better types
1 parent b043b02 commit d5710f0

File tree

6 files changed

+81
-773
lines changed

6 files changed

+81
-773
lines changed

.github/workflows/build-and-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
with:
3232
version: "3.1.45"
3333
actions-cache-folder: "emsdk-cache"
34+
- name: Install Protoc
35+
uses: arduino/setup-protoc@v2
36+
with:
37+
version: "24.x"
3438
- run: npm ci
3539
- name: Cache libpg_query build
3640
uses: actions/cache@v3

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ dist
22
emsdk-cache
33
libpg_query
44
node_modules
5+
packages/libpg-query-wasm/src/protobuf/pg_query.ts

0 commit comments

Comments
 (0)