Skip to content

Commit 0f2f329

Browse files
committed
chore: turborepo config
1 parent 5b98618 commit 0f2f329

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

turbo.json

+14-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
33
"tasks": {
4+
"check-types": {
5+
"dependsOn": ["build"]
6+
},
7+
"@ai16z/agent#check-types": {
8+
"dependsOn": ["@ai16z/plugin-solana#build"]
9+
},
410
"build": {
5-
"outputs": ["dist/**"]
11+
"outputs": ["dist/**"],
12+
"dependsOn": ["^@ai16z/eliza#build"]
613
},
7-
"check-types": {
8-
"dependsOn": ["^check-types"]
14+
"@ai16z/plugin-solana#build": {
15+
"outputs": ["dist/**"],
16+
"dependsOn": ["@ai16z/plugin-trustdb#build"]
17+
},
18+
"eliza-docs#build": {
19+
"outputs": ["build/**"]
920
},
1021
"dev": {
1122
"persistent": true,

0 commit comments

Comments
 (0)