Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Jul 23, 2024
1 parent ed56144 commit 14181f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/langchain-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
},
"scripts": {
"build": "yarn turbo:command build:internal --filter=@langchain/scripts",
"build:internal": "rm -rf ./build_new && tsc --project ./tsconfig.build.json && yarn build:generated",
"build:internal": "tsc --project ./tsconfig.build.json && yarn move:artifacts && yarn build:generated",
"move:artifacts": "mkdir -p ./dist && mv ./dist_build/* ./dist/",
"build:generated": "node bin/build_v2.js --create-entrypoints --pre --tree-shaking",
"build:turbo": "yarn turbo:command build --filter=@langchain/scripts",
"lint:eslint": "NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/",
Expand Down

0 comments on commit 14181f9

Please sign in to comment.