diff --git a/.github/workflows/link_check.yml b/.github/workflows/link_check.yml index 5d184372b..4a910fff8 100644 --- a/.github/workflows/link_check.yml +++ b/.github/workflows/link_check.yml @@ -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 \ No newline at end of file diff --git a/package.json b/package.json index 12cac1039..765914465 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/scripts/check-links.js b/scripts/check-links.cjs similarity index 100% rename from scripts/check-links.js rename to scripts/check-links.cjs