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