Skip to content

Commit

Permalink
Mention 'pnpm' in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
einSelbst committed Feb 16, 2022
1 parent 3829ab2 commit b1a3d73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

0 comments on commit b1a3d73

Please sign in to comment.