forked from didirus/AstralRinth
make checks work
This commit is contained in:
12
apps/labrinth/package.json
Normal file
12
apps/labrinth/package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "@modrinth/labrinth",
|
||||
"scripts": {
|
||||
"build": "cargo build",
|
||||
"dev": "cargo run",
|
||||
"test": "cargo test",
|
||||
"lint": "cargo fmt --check && cargo clippy -- -D warnings",
|
||||
"fix": "cargo fmt && cargo clippy --fix"
|
||||
},
|
||||
"dependencies": {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user