{ "$schema": "https://turborepo.org/schema.json", "baseBranch": "origin/master", "pipeline": { "prepublish": { "dependsOn": ["^prepublish"], "outputs": ["lib/**", "es/**", "dist/**", "typings/**"] }, "test": { "dependsOn": ["^prepublish"] }, "test:watch": { "persistent": true }, "test:update": {}, "dev": { "dependsOn": ["^prepublish"], "persistent": true }, "lint": {}, "check-types": {} } }