From 44b29e08b68599d0ca53a16b5bc4e83721a968e7 Mon Sep 17 00:00:00 2001 From: Jeffrey Charles Date: Wed, 18 Sep 2024 16:25:36 -0400 Subject: [PATCH] Add note about running git submodule deinit to Javy README (#759) --- crates/javy/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/crates/javy/README.md b/crates/javy/README.md index 51e2676b..b71d67cc 100644 --- a/crates/javy/README.md +++ b/crates/javy/README.md @@ -45,4 +45,6 @@ context.with(|cx| { ## Publishing to crates.io -To publish this crate to crates.io, run `./publish.sh`. +To publish this crate to crates.io, run `./publish.sh`. You will likely need to +run `git submodule deinit test262` so the working tree is small enough for the +publishing to succeed.