Skip to content

Commit

Permalink
Fix package manager info (#1489)
Browse files Browse the repository at this point in the history
This project uses pnpm for package management since 0d47b91

Co-authored-by: araya <araya@araya.dev>
  • Loading branch information
araya and arayaryoma committed Jan 26, 2023
1 parent 3e0ef96 commit c5a86ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Expand Up @@ -37,9 +37,9 @@ Before you begin contributing make sure you have a [GitHub account].
* Clone a copy of it to your computer:
`git clone https://github.com/USERNAME/autoprefixer` (replace `USERNAME`
to your GitHub name).
* Ensure that you have the [Yarn](https://yarnpkg.com/) package manager
* Ensure that you have the [pnpm](https://pnpm.io/) package manager
installed.
* Run `yarn install` this will install all dependencies needed to run tests.
* Run `pnpm install` this will install all dependencies needed to run tests.

[GitHub account]: https://github.com/signup/free

Expand Down Expand Up @@ -97,6 +97,6 @@ on [Can I use](https://caniuse.com/).
If you need different browsers, change `prefixer()` function in the top
of test file.

8. Run `yarn test`.
8. Run `pnpm test`.
9. Push the branch to GitHub.
10. Open your fork on GitHub an send pull request.

0 comments on commit c5a86ab

Please sign in to comment.