{ "$schema": "https://turbo.build/schema.json", "pipeline": { "build": { "outputs": ["dist"] }, "bundlewatch": { "dependsOn": ["build"] }, "lint": { "dependsOn": ["^lint"] }, "clean": { "dependsOn": ["^clean"] }, "dev": { "cache": false, "persistent": true } } }