{ "$schema": "../../node_modules/turbo/schema.json", "extends": ["//"], "tasks": { // Running Clippy and tests on a Tauri application requires // the frontend to be built at least once first "lint": { "dependsOn": ["@modrinth/app-frontend#build"] }, "test": { "dependsOn": ["@modrinth/app-frontend#build"] } } }