diff --git a/turbo.json b/turbo.json index 746ccc23a2..58305a5569 100644 --- a/turbo.json +++ b/turbo.json @@ -15,6 +15,11 @@ "@opencode-ai/app#test": { "dependsOn": ["^build"], "outputs": [] + }, + "@kilocode/kilo-docs#build": { + "dependsOn": ["^build"], + "outputs": ["dist/**"], + "env": ["POSTHOG_API_KEY", "FREE_TIER_AMOUNT"] } } }