Skip to content

Commit 06ce0b7

Browse files
committed
release-to-lemonade-hq
1 parent f981c03 commit 06ce0b7

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.yarnrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
nodeLinker: node-modules
22

3+
npmRegistryServer: "https://npm.pkg.github.com/lemonade-hq"
4+
35
plugins:
46
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
57
spec: "@yarnpkg/plugin-typescript"

langchain/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
],
7777
"repository": {
7878
"type": "git",
79-
"url": "[email protected]:hwchase17/langchainjs.git"
79+
"url": "[email protected]:lemonade-hq/langchainjs.git"
8080
},
8181
"scripts": {
8282
"build": "yarn clean && yarn build:esm && yarn build:cjs && node scripts/create-entrypoints.js && node scripts/check-tree-shaking.js",
@@ -248,7 +248,8 @@
248248
"zod": "^3.21.4"
249249
},
250250
"publishConfig": {
251-
"access": "public"
251+
"access": "public",
252+
"registry": "https://npm.pkg.github.com/lemonade-hq"
252253
},
253254
"keywords": [
254255
"llm",
@@ -372,4 +373,4 @@
372373
},
373374
"./package.json": "./package.json"
374375
}
375-
}
376+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/hwchase17/langchainjs.git"
17+
"url": "https://github.com/lemonade-hq/langchainjs.git"
1818
},
1919
"packageManager": "[email protected]",
2020
"scripts": {
@@ -27,7 +27,7 @@
2727
"test": "yarn run test:unit && yarn run test:int",
2828
"test:unit": "turbo run test",
2929
"test:int": "yarn workspace langchain run test:integration",
30-
"publish": "bash scripts/release-branch.sh && turbo run build lint test && yarn run test:int && yarn workspace langchain run release",
30+
"publish": "yarn workspace langchain run release",
3131
"example": "turbo run start --filter langchain-examples --",
3232
"prepare": "husky install",
3333
"precommit": "turbo run precommit",

0 commit comments

Comments
 (0)