diff options
| author | matt korwel <[email protected]> | 2025-07-07 16:36:51 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-07 23:36:51 +0000 |
| commit | a4097ae6f95afab0005a0f76a9334715f6b3afef (patch) | |
| tree | e05f57f991356c0954a2baf75f3d4bff957a157a /docs/npm.md | |
| parent | 4e84989d8f6330027327f4fc214055c1cd7bf45b (diff) | |
Release and Packaging: Clean up (#3489)
Diffstat (limited to 'docs/npm.md')
| -rw-r--r-- | docs/npm.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/npm.md b/docs/npm.md index 5e3b388f..ed99f0b8 100644 --- a/docs/npm.md +++ b/docs/npm.md @@ -183,8 +183,7 @@ This is the most critical stage where files are moved and transformed into their `bundle` folder is created at the project root to house the final package contents. 1. The `package.json` is Transformed: - - What happens: The package.json from packages/cli/ is read, modified, and written into the root `bundle`/ directory. The - script scripts/prepare-cli-packagejson.js is responsible for this. + - What happens: The package.json from packages/cli/ is read, modified, and written into the root `bundle`/ directory. - File movement: packages/cli/package.json -> (in-memory transformation) -> `bundle`/package.json - Why: The final package.json must be different from the one used in development. Key changes include: - Removing devDependencies. |
