We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b9e4e8 commit 66fa4feCopy full SHA for 66fa4fe
1 file changed
CONTRIBUTING.md
@@ -43,10 +43,10 @@ To make a pull request, you need to:
43
44
1. [Fork the repo](https://help.github.com/en/articles/fork-a-repo)
45
2. Clone it
46
-3. Install dependencies using [Yarn](https://yarnpkg.com/)
+3. Install dependencies using npm
47
48
```console
49
-yarn
+npm install
50
```
51
52
3. Create a local branch, from `master` (unless specified differently)
@@ -63,7 +63,7 @@ git checkout -b <name-of-your-branch>
63
5. Ensure the everything is still fine.
64
65
66
-yarn test
+npm run test
67
68
69
6. Commit & push your branch online
0 commit comments