12 lines
390 B
JSON
12 lines
390 B
JSON
{
|
|
"name": "@modrinth/labrinth",
|
|
"scripts": {
|
|
"build": "cargo build --release",
|
|
"lint": "cargo fmt --check && cargo clippy --all-targets --all-features -- -D warnings",
|
|
"fix": "cargo fmt && cargo clippy --fix",
|
|
"dev": "cargo run",
|
|
"//": "CI will fail since test takes up too much disk space. So we have it named differently.",
|
|
"test-labrinth": "cargo test"
|
|
}
|
|
}
|