File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ Before you begin contributing make sure you have a [GitHub account].
3737* Clone a copy of it to your computer:
3838 ` git clone https://github.com/USERNAME/autoprefixer ` (replace ` USERNAME `
3939 to your GitHub name).
40- * Ensure that you have the [ Yarn ] ( https://yarnpkg.com / ) package manager
40+ * Ensure that you have the [ pnpm ] ( https://pnpm.io / ) package manager
4141 installed.
42- * Run ` yarn install` this will install all dependencies needed to run tests.
42+ * Run ` pnpm install` this will install all dependencies needed to run tests.
4343
4444[ GitHub account ] : https://github.com/signup/free
4545
@@ -97,6 +97,6 @@ on [Can I use](https://caniuse.com/).
9797 If you need different browsers, change ` prefixer() ` function in the top
9898 of test file.
9999
100- 8 . Run ` yarn test` .
100+ 8 . Run ` pnpm test` .
1011019 . Push the branch to GitHub.
10210210 . Open your fork on GitHub an send pull request.
You can’t perform that action at this time.
0 commit comments