{ "$schema": "https://turbo.build/schema.json", "ui": "stream", "concurrency": "20", "tasks": { "build": { "dependsOn": ["^build"], "outputs": ["dist/**", ".netlify/**"] }, "dev": { "dependsOn": ["^build"], "cache": false, "persistent": true, "interactive": false }, "clean": { "cache": false }, "test": { "dependsOn": ["^build"], "outputs": [] }, "lint": { "outputs": [] } } }