Skip to content

Commit 2888f3c

Browse files
authored
Update adding-a-new-package.md (#2247)
## Checklist - [-] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [x] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [-] I have not broken the cheatsheet
1 parent 532e523 commit 2888f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing/adding-a-new-package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Replace `foo` with your new package name in the instructions below.
77
3. `pnpm init`
88
4. `code package.json` and update the `description` field
99
5. `pnpm install`
10-
6. `pnpm -w meta-updater`
10+
6. `pnpm -w fix:meta`
1111

1212
For any packages that you need to depend on, you can run
1313

0 commit comments

Comments
 (0)