Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
isahers1 committed Aug 29, 2024
1 parent 8d867f5 commit 0b89c62
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/link_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,4 @@ jobs:
env:
CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
run: |
chmod +x scripts/check-links.js
yarn check-links
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"format": "turbo run format",
"format:check": "turbo run format:check",
"release": "node scripts/release_workspace.cjs --workspace",
"check-links": "node scripts/check-links.js"
"check-links": "node scripts/check-links.cjs"
},
"author": "LangChain",
"license": "MIT",
Expand Down
File renamed without changes.

0 comments on commit 0b89c62

Please sign in to comment.