From 29a30917af502043e64280cdcd25d33c88d5e060 Mon Sep 17 00:00:00 2001 From: zzstoatzz Date: Sun, 22 Jun 2025 15:21:54 -0500 Subject: [PATCH] accidental removal --- justfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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