Skip to content

Commit

Permalink
docs: add pnpm to Installation guide (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpetrakov authored May 15, 2024
1 parent a38f079 commit 4ed4c9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ npm install --save-dev fork-ts-checker-webpack-plugin

# with yarn
yarn add --dev fork-ts-checker-webpack-plugin

# with pnpm
pnpm add -D fork-ts-checker-webpack-plugin
```

The minimal webpack config (with [ts-loader](https://github.com/TypeStrong/ts-loader))
Expand Down

0 comments on commit 4ed4c9f

Please sign in to comment.