From 3a4b4ebd7bab9b23f4a06152086ab197b0ea8c1a Mon Sep 17 00:00:00 2001 From: odilitime Date: Wed, 1 Jan 2025 08:25:24 +0000 Subject: [PATCH] fix evm deps --- turbo.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/turbo.json b/turbo.json index d0aa3b96dea..190a7abdddc 100644 --- a/turbo.json +++ b/turbo.json @@ -25,6 +25,10 @@ "outputs": ["dist/**"], "dependsOn": ["@elizaos/plugin-node#build"] }, + "@elizaos/plugin-evm#build": { + "outputs": ["dist/**"], + "dependsOn": ["@elizaos/plugin-tee#build"] + }, "eliza-docs#build": { "outputs": ["build/**"] },