Skip to content

Commit 451ca90

Browse files
committed
add plugin direct to agent deps
1 parent 7be712e commit 451ca90

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

turbo.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"dependsOn": ["build"]
66
},
77
"@ai16z/agent#check-types": {
8-
"dependsOn": ["@ai16z/plugin-solana#build"]
8+
"dependsOn": [
9+
"@ai16z/plugin-solana#build",
10+
"@ai16z/plugin-direct#build"
11+
]
912
},
1013
"build": {
1114
"outputs": ["dist/**"],

0 commit comments

Comments
 (0)