Skip to content

Commit 81db194

Browse files
committed
Fix GHA
1 parent d91a7c3 commit 81db194

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ jobs:
3232

3333
- name: Generate TypeScript types from Rust structs
3434
working-directory: rust
35-
run: |
36-
cargo test
37-
mv bindings ../src/lib/
35+
run: cargo run --bin export-types
3836

3937
- name: Set up pnpm
4038
uses: pnpm/action-setup@v3

0 commit comments

Comments
 (0)