Skip to content

Commit

Permalink
another updaye
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Nov 6, 2023
1 parent e89df62 commit 0441792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@
"build:esm": "NODE_OPTIONS=--max-old-space-size=4096 tsc --outDir dist/ && rimraf dist/tests dist/**/tests",
"build:cjs": "NODE_OPTIONS=--max-old-space-size=4096 tsc --outDir dist-cjs/ -p tsconfig.cjs.json && node scripts/move-cjs-to-dist.js && rimraf dist-cjs",
"build:watch": "node scripts/create-entrypoints.js && tsc --outDir dist/ --watch",
"conditional:api-docs": "if [ \"$SKIP_API_DOCS\" != \"true\" ]; then yarn build:api-docs; fi",
"conditional:api-docs": "if [ -z \"${SKIP_API_DOCS+x}\" ]; then echo SKIP_API_DOCS is unset; else yarn build:api-docs; fi",
"build:api-docs": "cd ../api-docs && yarn gen:typedoc",
"lint": "NODE_OPTIONS=--max-old-space-size=4096 eslint src && dpdm --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts",
"lint:fix": "yarn lint --fix",
Expand Down

0 comments on commit 0441792

Please sign in to comment.