Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Aug 8, 2024
1 parent cbc5f59 commit d887a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api_refs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d887a7f

Please sign in to comment.