Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Fix package manager info #1489

Merged
merged 1 commit into from Jan 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.