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