File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 8
8
"dev" : " turbo run dev --filter=./packages/the-org" ,
9
9
"build:cli" : " turbo run build --filter=@elizaos/cli --no-cache" ,
10
10
"build:core" : " turbo run build --filter=@elizaos/core --no-cache" ,
11
- "build" : " bun run build:core && turbo run build --filter=@elizaos/plugin-* --filter=@elizaos/client --no-cache && turbo run build --filter=!@elizaos/core --filter=!@elizaos/plugin-* --no-cache" ,
11
+ "build" : " bun run build:core && turbo run build --filter=@elizaos/plugin-* --filter=@elizaos/client --no-cache && turbo run build --filter=!@elizaos/docs --filter=!@elizaos/ core --filter=!@elizaos/plugin-* --no-cache" ,
12
12
"clean" : " rm -rf dist .turbo node_modules .turbo-tsconfig.json tsconfig.tsbuildinfo bun.lock* && turbo run clean --filter=./packages/*" ,
13
13
"lint" : " turbo run lint --filter=./packages/*" ,
14
14
"release" : " bun run build && bun lint && lerna publish --no-private --force-publish && bun lint" ,
You can’t perform that action at this time.
0 commit comments