Skip to content

Commit 184aba1

Browse files
authored
Update adding-a-new-package.md (#2255)
## 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 98582b3 commit 184aba1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Replace `foo` with your new package name in the instructions below.
88
4. `code package.json` and update the `description` field
99
5. `pnpm install`
1010
6. `pnpm -w fix:meta`
11+
7. If your package is not a library (ie it's an entrypoint), add a `"private": true,` line to your `package.json`, then run another `pnpm -w fix:meta` for good measure.
1112

1213
For any packages that you need to depend on, you can run
1314

0 commit comments

Comments
 (0)