Builds for linux, windows, and macOS intel (#7)

* Builds for linux, windows, and macOS intel

* Add context to spawn errors

* Use shell to execute agent
This commit is contained in:
Solomon
2025-06-27 16:18:35 +01:00
committed by GitHub
parent 340b094c75
commit 1416a12712
22 changed files with 669 additions and 184 deletions

View File

@@ -13,7 +13,7 @@
"backend:run": "cargo run --manifest-path backend/Cargo.toml",
"backend:test": "cargo test --lib",
"generate-types": "cd backend && cargo run --bin generate_types",
"prepare-db": "./prepare_db.sh"
"prepare-db": "node scripts/prepare-db.js"
},
"devDependencies": {
"concurrently": "^8.2.2",