Skip to content

Commit 41b83b9

Browse files
authored
Merge pull request #1627 from odilitime/test-eliza
fix: turbo deps for plugin-evm
2 parents 241296e + d2b652c commit 41b83b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

turbo.json

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
"outputs": ["dist/**"],
2626
"dependsOn": ["@elizaos/plugin-node#build"]
2727
},
28+
"@elizaos/plugin-evm#build": {
29+
"outputs": ["dist/**"],
30+
"dependsOn": ["@elizaos/plugin-tee#build"]
31+
},
2832
"eliza-docs#build": {
2933
"outputs": ["build/**"]
3034
},

0 commit comments

Comments
 (0)