Skip to content

Commit

Permalink
Add note about running git submodule deinit to Javy README
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcharles committed Sep 18, 2024
1 parent 5c8958d commit bfc6e2d
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 bfc6e2d

Please sign in to comment.