{ "$schema": "https://turbo.build/schema.json", "extends": ["//"], "tasks": { "deploy": { "dependsOn": ["build"], "cache": false, "outputLogs": "new-only" } } }