Skip to content

Commit b1eb636

Browse files
committed
fix: add proto generation step to CI
1 parent eae608b commit b1eb636

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: Install dependencies
2626
run: pnpm install
2727

28+
- name: Generate protos
29+
run: npx buf generate
30+
2831
- name: Compile
2932
run: pnpm run compile
3033

0 commit comments

Comments
 (0)