We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f8380 commit ab57ae7Copy full SHA for ab57ae7
2 files changed
docs/book/contributing.md
@@ -47,7 +47,7 @@ Enhancement suggestions are tracked as GitHub issues. When creating an enhanceme
47
```
48
6. **Create a changeset**:
49
```bash
50
- pnpm changeset
+ pnpm exec changeset
51
52
Follow the prompts to describe your changes
53
7. **Commit your changes** with a clear commit message
docs/book/development.md
@@ -111,7 +111,7 @@ All PRs must pass these checks.
111
This project uses [Changesets](https://github.com/changesets/changesets) for version management:
112
113
1. Make your changes
114
-2. Run `pnpm changeset` to create a changeset
+2. Run `pnpm exec changeset` to create a changeset
115
3. Follow the prompts to describe your changes
116
4. Commit the changeset file with your PR
117
0 commit comments