Skip to content

Commit

Permalink
Update catalogs.md to include pnpm pack (#555)
Browse files Browse the repository at this point in the history
`pnpm pack` also removes the `catalog` protocol. I had to debug this locally to be sure but the documentation should be updated to clearly explain this.
  • Loading branch information
alex-page authored Jul 16, 2024
1 parent e0ce85d commit 85e23b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/catalogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ catalogs:

## Publishing

The `catalog:` protocol is removed when running `pnpm publish`. This is similar to the [`workspace:` protocol](./workspaces.md#workspace-protocol-workspace), which is [also replaced on publish](./workspaces.md#publishing-workspace-packages).
The `catalog:` protocol is removed when running `pnpm publish` or `pnpm pack`. This is similar to the [`workspace:` protocol](./workspaces.md#workspace-protocol-workspace), which is [also replaced on publish](./workspaces.md#publishing-workspace-packages).

For example,

Expand Down

0 comments on commit 85e23b1

Please sign in to comment.