diff --git a/justfile b/justfile index f42b3cde2..f24c24c2c 100644 --- a/justfile +++ b/justfile @@ -24,4 +24,7 @@ api-ref *MODULES: # Clean up API reference documentation api-ref-clean: - rm -rf docs/python-sdk \ No newline at end of file + rm -rf docs/python-sdk + +copy-context: + uvx --with-editable . --refresh-package copychat copychat@latest src/ docs/ -x changelog.mdx -x python-sdk/ -v \ No newline at end of file