{ "$schema": "https://turbo.build/schema.json", "tasks": { "generate": { "cache": false }, "build": { "dependsOn": ["generate", "^build"], "outputs": ["dist/**", ".next/**"] }, "dev": { "cache": false, "persistent": true }, "test": { "dependsOn": ["^build"], "outputs": ["coverage/**"] }, "lint": {} } }