Skip to content

Commit

Permalink
fix to build cli and init a new agent
Browse files Browse the repository at this point in the history
  • Loading branch information
HashWarlock committed Feb 8, 2025
1 parent 84702dd commit b677739
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"check": "biome check --apply .",
"preinstall": "npx only-allow bun",
"build": "turbo run build --filter=./packages/*",
"build:cli": "turbo run build --filter=./packages/cli && cd packages/cli && bun link",
"start": "turbo run start --filter=!./packages/docs",
"agent": "turbo run start --filter=@elizaos/agent",
"dev": "turbo run dev --filter=!./packages/docs",
Expand Down
2 changes: 0 additions & 2 deletions packages/cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import { teeCommand as tee } from "@/src/commands/tee"
process.on("SIGINT", () => process.exit(0))
process.on("SIGTERM", () => process.exit(0))

console.log("Hello World")

async function main() {
const program = new Command()
.name("eliza")
Expand Down
3 changes: 0 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
"references": [
{
"path": "packages/core"
},
{
"path": "packages/client-slack"
}
]
}

0 comments on commit b677739

Please sign in to comment.