Skip to content

Commit

Permalink
chore: turborepo config
Browse files Browse the repository at this point in the history
  • Loading branch information
shakkernerd committed Nov 30, 2024
1 parent 5b98618 commit 0f2f329
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 0f2f329

Please sign in to comment.