You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributing/adding-a-new-package.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Replace `foo` with your new package name in the instructions below.
8
8
4.`code package.json` and update the `description` field
9
9
5.`pnpm install`
10
10
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.
11
12
12
13
For any packages that you need to depend on, you can run
0 commit comments