@toolsync/builtin/turbo
Integrates with Turborepo
Installation
If you haven't already, install the @toolsync/builtin` package
Configure this tool like any other inside your toolsync.json file:
{
"@toolsync/builtin/turbo": { /* Your config here */ }
}Available options
| Prop | Type | Default |
|---|---|---|
remoteCaching | boolean | false |
tasks | { [script: string]: Pipeline; } | `{}` |
$schema? | string | `https://turborepo.com/schema.v2.json` |
Found an issue? Have a suggestion? Open an issue on GitHub ✨.