Skip to content

Commit

Permalink
Fix pnpm note (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-mitchell committed Mar 3, 2024
1 parent 5aa226f commit 3b6b9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
- Warns about the possibility of extraneous files being published
- See exactly what will be executed with [preview mode](https://github.com/sindresorhus/np/issues/391), without pushing or publishing anything remotely
- Supports [GitHub Packages](https://github.com/features/packages)
- Supports npm 9+, Yarn (Classic and Berry), and pnpm 8+

### Why not

- Monorepos are not supported.
- pnpm is not supported.
- Custom registries are not supported ([but could be with your help](https://github.com/sindresorhus/np/issues/420)).
- CI is [not an ideal environment](https://github.com/sindresorhus/np/issues/619#issuecomment-994493179) for `np`. It's meant to be used locally as an interactive tool.

Expand Down

0 comments on commit 3b6b9c8

Please sign in to comment.