mirror of
https://github.com/meshtastic/web.git
synced 2026-05-19 19:55:06 -04:00
Fix/more protobuf fixes (#886)
* fix: add pnpm to protobuf workflow * fix: fixing pnpm issue
This commit is contained in:
4
.github/workflows/release-protobufs.yml
vendored
4
.github/workflows/release-protobufs.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user