Skip to content

Commit

Permalink
Update adding-a-new-package.md (#2249)
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey authored Feb 24, 2024
1 parent 50e74d8 commit baeb81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing/adding-a-new-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ For any packages that you need to depend on, you can run
pnpm add some-package
```

from the `packages/foo` directory. Note that `some-package` could be a local package, eg `@cursorless/common`. In that case, you need to re-run `pnpm -w meta-updater` after adding the dependency, so that the Typescript references can be updated.
from the `packages/foo` directory. Note that `some-package` could be a local package, eg `@cursorless/common`. In that case, you need to re-run `pnpm -w fix:meta` after adding the dependency, so that the Typescript references can be updated.

0 comments on commit baeb81f

Please sign in to comment.