docs: clarify the build process for the npm release

This commit is contained in:
Michael Bolin
2025-07-14 09:39:42 -07:00
parent 3777e18243
commit ff99fae4e4
2 changed files with 12 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
# npm releases
Run the following:
To build the 0.2.x or later version of the npm module, which runs the Rust version of the CLI, build it as follows:
```bash
./codex-cli/scripts/stage_rust_release.py --release-version 0.6.0
```