Skip to content

Commit e066ed5

Browse files
committed
Use pnpm changeset in contributing guide (#7496)
1 parent c3f69a1 commit e066ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ We use the [`changesets`](https://github.com/changesets/changesets/blob/main/REA
291291

292292
- Create a changeset for the current change.
293293
```sh
294-
> npx changeset
294+
> pnpm changeset
295295
```
296296
- Select which workspaces are affected by the change and whether the version requires a major, minor or patch release.
297297
- Update the generated changeset with a description of the change.

0 commit comments

Comments
 (0)