Skip to content

Commit

Permalink
馃摑 add compatibility note for pnpm. (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shion1305 committed May 14, 2024
1 parent a10ce12 commit c38c745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ Both [run-s] and [run-p] are shorthand commands.
[run-s] is for sequential, [run-p] is for parallel.
We can make simple plans with those commands.

#### Yarn Compatibility
#### Yarn / pnpm Compatibility

If a script is invoked with Yarn, `npm-run-all` will correctly use Yarn to execute the plan's child scripts.
`npm-run-all` is compatible with both Yarn and pnpm. If a script is invoked using either package manager, `npm-run-all` will correctly utilize it to execute the plan's child scripts.

### Node API

Expand Down

0 comments on commit c38c745

Please sign in to comment.