ci: merge ci builds, run cargo tests directly, export bindings directly into src/

This commit is contained in:
Ryan Walters
2025-08-20 08:16:27 -05:00
parent 8069d5a061
commit 2f43f81555
5 changed files with 38 additions and 147 deletions

View File

@@ -8,7 +8,7 @@
"build": "pnpm generate-types && tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"generate-types": "tsx scripts/generate-types.ts"
"generate-types": "cargo test --manifest-path src-tauri/Cargo.toml -- --test export_bindings"
},
"dependencies": {
"@nivo/core": "^0.99.0",