Fix/more protobuf fixes (#886)

* fix: add pnpm to protobuf workflow

* fix: fixing pnpm issue
This commit is contained in:
Dan Ditomaso
2025-10-14 13:43:34 -04:00
committed by GitHub
parent 35596249b4
commit 22a1d92191

View File

@@ -16,7 +16,7 @@ on:
permissions: write-all
env:
PROTOBUF_DIR: ./packages/protobufs # 👈 single source of truth
PROTOBUF_DIR: ./packages/protobufs
jobs:
codegen:
@@ -74,7 +74,7 @@ jobs:
version: latest
- name: Generate code
run: pnpm --filter @meshtastic/protobufs build
run: pnpm --filter @meshtastic/protobufs-ws build
- name: Move generated .ts files and clean up
run: |