diff --git a/docs/contributing/adding-a-new-package.md b/docs/contributing/adding-a-new-package.md index 5767f2d7ec..ebdb2f136d 100644 --- a/docs/contributing/adding-a-new-package.md +++ b/docs/contributing/adding-a-new-package.md @@ -8,6 +8,7 @@ Replace `foo` with your new package name in the instructions below. 4. `code package.json` and update the `description` field 5. `pnpm install` 6. `pnpm -w fix:meta` +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. For any packages that you need to depend on, you can run