Skip to content

Commit 44b29e0

Browse files
authored
Add note about running git submodule deinit to Javy README (#759)
1 parent 4b2da72 commit 44b29e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crates/javy/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,6 @@ context.with(|cx| {
4545

4646
## Publishing to crates.io
4747

48-
To publish this crate to crates.io, run `./publish.sh`.
48+
To publish this crate to crates.io, run `./publish.sh`. You will likely need to
49+
run `git submodule deinit test262` so the working tree is small enough for the
50+
publishing to succeed.

0 commit comments

Comments
 (0)