diff --git a/package.json b/package.json index 8006b83157..732d8ad6cf 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "eliza", "scripts": { "preinstall": "npx only-allow pnpm", - "build": "turbo run build", + "build": "turbo run build --filter=!eliza-docs", "start": "pnpm --filter \"@ai16z/agent\" start --isRoot", "start:client": "pnpm --dir client start --isRoot", "start:debug": "cross-env NODE_ENV=development VERBOSE=true DEBUG=eliza:* pnpm --filter \"@ai16z/agent\" start --isRoot",