{ "$schema": "https://turbo.build/schema.json", "globalDependencies": ["**/.env.*local"], "pipeline": { "build": { "dependsOn": ["^build"], "outputs": ["dist/**", ".next/**", "build/**"] }, "dev": { "persistent": true, "cache": false }, "test": { "dependsOn": ["build"], "outputs": [], "cache": false }, "lint": { "outputs": [] }, "typecheck": { "outputs": [] }, "clean": { "cache": false } } }