Skip to content

Commit 4ed4c9f

Browse files
authored
docs: add pnpm to Installation guide (#840)
1 parent a38f079 commit 4ed4c9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ npm install --save-dev fork-ts-checker-webpack-plugin
3636

3737
# with yarn
3838
yarn add --dev fork-ts-checker-webpack-plugin
39+
40+
# with pnpm
41+
pnpm add -D fork-ts-checker-webpack-plugin
3942
```
4043

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

0 commit comments

Comments
 (0)