Skip to content

Commit 607daa9

Browse files
committed
fix build as web-agent got removed
1 parent fb71a97 commit 607daa9

File tree

2 files changed

+7
-362
lines changed

2 files changed

+7
-362
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "eliza",
33
"scripts": {
44
"preinstall": "npx only-allow pnpm",
5-
"build": "turbo run build --filter=@ai16z/plugin-bootstrap^... --filter=@ai16z/eliza^... --filter=@ai16z/web-agent^...",
5+
"build": "turbo run build --filter=@ai16z/plugin-bootstrap^... --filter=@ai16z/eliza^...",
66
"start": "pnpm --filter \"@ai16z/agent\" start --isRoot",
77
"start:client": "pnpm --dir client start --isRoot",
88
"start:debug": "cross-env NODE_ENV=development VERBOSE=true DEBUG=eliza:* pnpm --filter \"@ai16z/agent\" start --isRoot",

0 commit comments

Comments
 (0)