Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Jul 30, 2024
1 parent 6ec52d4 commit 861b1b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,7 @@ jobs:
cache: "yarn"
- name: Install dependencies
run: cd ./langchain-core && yarn workspaces focus
- name: Build @langchain/scripts
run: cd ./libs/langchain-scripts && yarn build:internal
- name: Build `@langchain/core`
run: yarn build --filter=@langchain/core
run: cd ./langchain-core && yarn build:internal

0 comments on commit 861b1b6

Please sign in to comment.