{ "$schema": "https://turbo.build/schema.json", "tasks": { "build": { "dependsOn": ["^lint"], "outputs": ["prod/**"] }, "test": { "dependsOn": [], "outputs": [] }, "lint": { "dependsOn": [], "outputs": [] }, "clean": { "cache": false } } }