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 f8ad71e commit 6ec52d4
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
cache: "yarn"
- name: Install dependencies
run: cd ./langchain-core && yarn install --immutable --focus
run: cd ./langchain-core && yarn workspaces focus
- name: Build `@langchain/core`
run: yarn build --filter=@langchain/core
2 changes: 2 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: Format

on:
pull_request:
paths_ignore:
- '.github/**'
workflow_dispatch: # Allows triggering the workflow manually in GitHub UI


Expand Down
28 changes: 28 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ nodeLinker: node-modules
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"

supportedArchitectures:
cpu:
Expand Down

0 comments on commit 6ec52d4

Please sign in to comment.