chore: generate

This commit is contained in:
Elio Bischof
2023-06-06 12:00:55 +02:00
parent f93f4cd061
commit 8e81d3bdb8

View File

@@ -19,7 +19,11 @@ jobs:
with:
node-version: 16.x
- name: Install Dependencies
run: pnpm i
id: deps
run: pnpm install
- name: Generate Stubs
id: grpc
run: pnpm generate
- name: Test
id: test
run: pnpm test