Skip to content

Commit 98b8108

Browse files
author
mike dupont
committed
remove docs
1 parent a8674d2 commit 98b8108

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
@@ -8,7 +8,7 @@
88
"dev": "turbo run dev --filter=./packages/the-org",
99
"build:cli": "turbo run build --filter=@elizaos/cli --no-cache",
1010
"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",
1212
"clean": "rm -rf dist .turbo node_modules .turbo-tsconfig.json tsconfig.tsbuildinfo bun.lock* && turbo run clean --filter=./packages/*",
1313
"lint": "turbo run lint --filter=./packages/*",
1414
"release": "bun run build && bun lint && lerna publish --no-private --force-publish && bun lint",

0 commit comments

Comments
 (0)