From 10112b4b7d522d50e569614efc85295a3cf1cd99 Mon Sep 17 00:00:00 2001 From: Pokey Rule <755842+pokey@users.noreply.github.com> Date: Tue, 27 Feb 2024 17:03:19 +0000 Subject: [PATCH] Update adding-a-new-package.md --- docs/contributing/adding-a-new-package.md | 1 + 1 file changed, 1 insertion(+) 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