From ab8fdb43aa85cb1d4811cd3d7ad063431eadbf11 Mon Sep 17 00:00:00 2001 From: araya Date: Thu, 26 Jan 2023 17:08:02 +0900 Subject: [PATCH] Fix package manager info This project uses pnpm for package management since 0d47b914998edd809718e5e3211d327157500865 --- .github/CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 8657f5a20..344346e7d 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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 @@ -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.