Dan Ditomaso
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
0 deletions
-
.github/workflows/release-protobufs.yml
|
|
|
@ -73,6 +73,9 @@ jobs: |
|
|
|
with: |
|
|
|
version: latest |
|
|
|
|
|
|
|
- name: Install workspace dependencies |
|
|
|
run: pnpm install --frozen-lockfile |
|
|
|
|
|
|
|
- name: Generate code |
|
|
|
run: pnpm --filter @meshtastic/protobufs-ws build |
|
|
|
|
|
|
|
|