diff --git a/docs/api_refs/package.json b/docs/api_refs/package.json index 61d7c27322f0..0018e8982867 100644 --- a/docs/api_refs/package.json +++ b/docs/api_refs/package.json @@ -6,7 +6,7 @@ "dev": "next dev -p 3001", "typedoc:build": "npx typedoc --options typedoc.json", "build:scripts": "node ./scripts/create-entrypoints.js && yarn typedoc:build && node ./scripts/update-typedoc-css.js", - "build:packages": "yarn turbo:command build --filter=@langchain/core --filter=@langchain/openai --filter=@langchain/textsplitters --filter=langchain --filter=@langchain/anthropic", + "build:packages": "yarn turbo:command build --filter=!examples --filter=!api_refs --filter=!core_docs --filter=!create-langchain-integration", "build": "yarn clean && yarn build:packages && yarn build:scripts && next build", "start": "yarn build && next start -p 3001", "lint": "next lint",