* enh(ci): optimize Turbo CI check workflow, track Rust and Node toolchain versions in well-known files * fix(ci): build `sqlx-cli` with `rustls` to fix Postgres TLS failures
10 lines
290 B
JSON
10 lines
290 B
JSON
{
|
|
"name": "@modrinth/app-lib",
|
|
"scripts": {
|
|
"build": "cargo build --release",
|
|
"lint": "cargo fmt --check && cargo clippy --all-targets",
|
|
"fix": "cargo clippy --all-targets --fix --allow-dirty && cargo fmt",
|
|
"test": "cargo nextest run --all-targets --no-fail-fast"
|
|
}
|
|
}
|