We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532e523 commit 2888f3cCopy full SHA for 2888f3c
docs/contributing/adding-a-new-package.md
@@ -7,7 +7,7 @@ Replace `foo` with your new package name in the instructions below.
7
3. `pnpm init`
8
4. `code package.json` and update the `description` field
9
5. `pnpm install`
10
-6. `pnpm -w meta-updater`
+6. `pnpm -w fix:meta`
11
12
For any packages that you need to depend on, you can run
13
0 commit comments