{ "$schema": "https://turbo.build/schema.json", "tasks": { "build": { "dependsOn": ["^build"], "outputs": ["dist/**", ".next/**", "!.next/cache/**"], "inputs": [ "src/**", "tokens/**", "*.config.*", "package.json" ] }, "test": { "dependsOn": [], "outputs": [] }, "lint": { "dependsOn": [], "outputs": [] } }, "globalDependencies": ["**/.env.*local"] }