Modrinth/apps/labrinth/package.json
2024-10-19 12:39:46 -07:00

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"
}
}