Skip to content

Commit

Permalink
Add note about running git submodule deinit to Javy README (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcharles authored Sep 18, 2024
1 parent 4b2da72 commit 44b29e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/javy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 44b29e0

Please sign in to comment.