Skip to content

Commit 16f0499

Browse files
committed
pnpm build have bugs with Dockerfile
1 parent f99000e commit 16f0499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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=!eliza-docs",
5+
"build": "turbo run build",
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)