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