Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored Jan 15, 2025
1 parent aaafea6 commit d03d847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build-api-ref:
LC_ALL=C $(PYTHON) -m sphinx -T -E -b html -d langsmith-sdk/python/docs/_build/doctrees -c langsmith-sdk/python/docs langsmith-sdk/python/docs langsmith-sdk/python/docs/_build/html -j auto
$(PYTHON) langsmith-sdk/python/docs/scripts/custom_formatter.py langsmith-sdk/docs/_build/html/
cd langsmith-sdk/js && yarn
cat package.json
cat package.json
yarn run build:typedoc

vercel-build: install-vercel-deps build-api-ref
Expand Down

0 comments on commit d03d847

Please sign in to comment.