Skip to content

Commit

Permalink
Merge pull request #884 from ai16z/build_command
Browse files Browse the repository at this point in the history
chore: disable building docs on build command
  • Loading branch information
shakkernerd authored Dec 7, 2024
2 parents fad561b + 8f30f26 commit cdde3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cdde3d9

Please sign in to comment.