{ "$schema": "https://turborepo.org/schema.json", "baseBranch": "origin/react", "pipeline": { "post-install": { "cache": false }, "dev": { "cache": false }, "build": { "dependsOn": ["^build"], "outputs": ["dist/**"] }, "test": { "dependsOn": ["^build"], "outputs": [] }, "lint": { "outputs": [] } } }