From b838b7f867bfcc5ab53d6d6e5827664313b1d693 Mon Sep 17 00:00:00 2001 From: Shakker Nerd Date: Sat, 30 Nov 2024 00:00:50 +0000 Subject: [PATCH] chore: turborepo config --- turbo.json | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/turbo.json b/turbo.json index 66026f9951d..e6a1ba00faf 100644 --- a/turbo.json +++ b/turbo.json @@ -1,11 +1,22 @@ { "$schema": "https://turbo.build/schema.json", "tasks": { + "check-types": { + "dependsOn": ["build"] + }, + "@ai16z/agent#check-types": { + "dependsOn": ["@ai16z/plugin-solana#build"] + }, "build": { - "outputs": ["dist/**"] + "outputs": ["dist/**"], + "dependsOn": ["^@ai16z/eliza#build"] }, - "check-types": { - "dependsOn": ["^check-types"] + "@ai16z/plugin-solana#build": { + "outputs": ["dist/**"], + "dependsOn": ["@ai16z/plugin-trustdb#build"] + }, + "eliza-docs#build": { + "outputs": ["build/**"] }, "dev": { "persistent": true,