diff --git a/langchain/package.json b/langchain/package.json index a8fce5f25240..d914bfde25f9 100644 --- a/langchain/package.json +++ b/langchain/package.json @@ -1,6 +1,6 @@ { "name": "langchain", - "version": "0.0.184", + "version": "0.0.185", "description": "Typescript bindings for langchain", "type": "module", "engines": { diff --git a/package.json b/package.json index 8ab3ca15194a..9d15899dc772 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "test:int:deps": "docker compose -f test-int-deps-docker-compose.yml up -d", "test:int:deps:down": "docker compose -f test-int-deps-docker-compose.yml down", "test:exports:docker": "docker compose up --force-recreate", - "publish": "bash langchain/scripts/release-branch.sh && turbo run --filter langchain build lint test && yarn run test:exports:docker && yarn workspace langchain run release && echo '🔗 Open https://github.com/langchain-ai/langchainjs/compare/release?expand=1 and merge the release PR'", + "publish": "bash langchain/scripts/release-branch.sh && turbo run --filter langchain build lint test --concurrency 1 && yarn run test:exports:docker && yarn workspace langchain run release && echo '🔗 Open https://github.com/langchain-ai/langchainjs/compare/release?expand=1 and merge the release PR'", "example": "yarn workspace examples start", "precommit": "turbo run precommit", "docs": "yarn workspace docs start",