Skip to content

Commit

Permalink
perf: disable building docs on build command
Browse files Browse the repository at this point in the history
  • Loading branch information
shakkernerd committed Dec 7, 2024
1 parent fad561b commit 8f30f26
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 8f30f26

Please sign in to comment.