mirror of
https://github.com/Xevion/byte-me.git
synced 2025-12-06 01:14:33 -06:00
ci: merge ci builds, run cargo tests directly, export bindings directly into src/
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user