Prepare DB script

This commit is contained in:
Louis Knight-Webb
2025-06-20 14:33:15 +01:00
parent 7881f72780
commit d4b97a85d3
4 changed files with 12 additions and 3 deletions

View File

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