- Add turbo devDependency and packageManager to root - Create turbo.json with build, test, lint pipeline - Add package.json to veza-backend-api, veza-chat-server, veza-stream-server - Extend workspaces to include Go and Rust services - Migrate CI to use turbo run for build, test, lint
9 lines
189 B
JSON
9 lines
189 B
JSON
{
|
|
"name": "veza-stream-server",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "cargo build --verbose",
|
|
"test": "cargo test --verbose",
|
|
"lint": "cargo fmt --all -- --check"
|
|
}
|
|
}
|