We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7886d58 commit 2b0d453Copy full SHA for 2b0d453
.github/workflows/deploy.yaml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Generate TypeScript types from Rust structs
34
working-directory: rust
35
- run: cargo run --bin export-types
+ run: make types
36
37
- name: Set up pnpm
38
uses: pnpm/action-setup@v3
0 commit comments