Skip to content

Commit ab57ae7

Browse files
Copilotmikebarkmin
andcommitted
Fix changeset command syntax in documentation
Co-authored-by: mikebarkmin <[email protected]>
1 parent 84f8380 commit ab57ae7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/book/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Enhancement suggestions are tracked as GitHub issues. When creating an enhanceme
4747
```
4848
6. **Create a changeset**:
4949
```bash
50-
pnpm changeset
50+
pnpm exec changeset
5151
```
5252
Follow the prompts to describe your changes
5353
7. **Commit your changes** with a clear commit message

docs/book/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ All PRs must pass these checks.
111111
This project uses [Changesets](https://github.com/changesets/changesets) for version management:
112112

113113
1. Make your changes
114-
2. Run `pnpm changeset` to create a changeset
114+
2. Run `pnpm exec changeset` to create a changeset
115115
3. Follow the prompts to describe your changes
116116
4. Commit the changeset file with your PR
117117

0 commit comments

Comments
 (0)