Skip to content

Commit

Permalink
Update adding-a-new-package.md (#2255)
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey authored Feb 27, 2024
1 parent 98582b3 commit 184aba1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/contributing/adding-a-new-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 184aba1

Please sign in to comment.