Skip to content

Commit b1a3d73

Browse files
committed
Mention 'pnpm' in docs
1 parent 3829ab2 commit b1a3d73

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A GitHub action that reports changes in compressed file sizes on your PRs.
44

5-
- Automatically uses `yarn` or `npm ci` when lockfiles are present
5+
- Automatically uses `yarn`, `pnpm` or `npm ci` when lockfiles are present
66
- Builds your PR, then builds the target and compares between the two
77
- Doesn't upload anything or rely on centralized storage
88
- Supports [custom build scripts](#customizing-the-build) and [file patterns](#customizing-the-list-of-files)
@@ -161,4 +161,3 @@ By default, files are compared after gzip compression, but it's possible to use
161161
```yaml
162162
compression: 'none'
163163
```
164-

0 commit comments

Comments
 (0)