1
0
mirror of https://github.com/hwchase17/langchain.git synced 2025-05-03 22:28:04 +00:00

infra: add UV_NO_SYNC to monorepo makefile ()

Helpful for running `api_docs_quick_preview` locally.
This commit is contained in:
ccurme 2025-02-07 12:17:05 -05:00 committed by GitHub
parent 5690575f13
commit 2a243df7bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,7 @@
.EXPORT_ALL_VARIABLES:
UV_FROZEN = true
UV_NO_SYNC = true
## help: Show this help info.
help: Makefile