File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ COPY characters ./characters
25
25
26
26
# Install dependencies and build the project
27
27
RUN pnpm install \
28
- && pnpm build \
28
+ && pnpm build-docker \
29
29
&& pnpm prune --prod
30
30
31
31
# Create a new stage for the final image
Original file line number Diff line number Diff line change 2
2
"name" : " eliza" ,
3
3
"scripts" : {
4
4
"preinstall" : " npx only-allow pnpm" ,
5
- "build" : " turbo run build" ,
5
+ "build" : " turbo run build --filter=!eliza-docs" ,
6
+ "build-docker" : " turbo run build" ,
6
7
"start" : " pnpm --filter \" @ai16z/agent\" start --isRoot" ,
7
8
"start:client" : " pnpm --dir client start --isRoot" ,
8
9
"start:debug" : " cross-env NODE_ENV=development VERBOSE=true DEBUG=eliza:* pnpm --filter \" @ai16z/agent\" start --isRoot" ,
9
10
"dev" : " bash ./scripts/dev.sh" ,
10
- "dev:build" : " turbo run build --filter=!eliza-docs" ,
11
11
"lint" : " bash ./scripts/lint.sh" ,
12
12
"prettier-check" : " npx prettier --check ." ,
13
13
"prettier" : " npx prettier --write ." ,
You can’t perform that action at this time.
0 commit comments