* initial migration * barebones profiles * Finish profiles * Add back file watcher * UI support progress * Finish most of cache * Fix options page * Fix forge, finish modrinth auth * Accounts, process cache * Run SQLX prepare * Finish * Run lint + actions * Fix version to be compat with windows * fix lint * actually fix lint * actually fix lint again
10 lines
227 B
JSON
10 lines
227 B
JSON
{
|
|
"name": "@modrinth/app-lib",
|
|
"scripts": {
|
|
"build": "cargo build --release",
|
|
"lint": "cargo fmt --check && cargo clippy -- -D warnings",
|
|
"fix": "cargo fmt && cargo clippy --fix",
|
|
"test": "cargo test"
|
|
}
|
|
}
|