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