We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f99000e commit 16f0499Copy full SHA for 16f0499
package.json
@@ -2,7 +2,7 @@
2
"name": "eliza",
3
"scripts": {
4
"preinstall": "npx only-allow pnpm",
5
- "build": "turbo run build --filter=!eliza-docs",
+ "build": "turbo run build",
6
"start": "pnpm --filter \"@ai16z/agent\" start --isRoot",
7
"start:client": "pnpm --dir client start --isRoot",
8
"start:debug": "cross-env NODE_ENV=development VERBOSE=true DEBUG=eliza:* pnpm --filter \"@ai16z/agent\" start --isRoot",
0 commit comments