👷 Update proto build system

This commit is contained in:
Rune Harlyk
2026-01-03 15:59:34 +01:00
committed by nikguin04
parent 685088c218
commit 2b4468d407
8 changed files with 91 additions and 25 deletions
+2 -1
View File
@@ -56,4 +56,5 @@ jobs:
working-directory: ./app
- name: Build Protocol Buffers (Typescript)
run: protoc --plugin="protoc-gen-ts_proto=./app/node_modules/.bin/protoc-gen-ts_proto" --ts_proto_out="./app/src/lib/platform_shared" --ts_proto_opt=outputSchema=true --proto_path "./platform_shared" ./platform_shared/websocket_message.proto ./platform_shared/rest_message.proto
run: pnpm proto
working-directory: ./app