Browse Source

Fix/more protobuf fixes (#886)

* fix: add pnpm to protobuf workflow

* fix: fixing pnpm issue
pull/887/head
Dan Ditomaso 8 months ago
committed by GitHub
parent
commit
22a1d92191
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/release-protobufs.yml

4
.github/workflows/release-protobufs.yml

@ -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: |

Loading…
Cancel
Save