Skip to content

Commit 66fa4fe

Browse files
Update CONTRIBUTING.md (remove yarn) (#2)
* Update CONTRIBUTING.md (remove yarn) * Update CONTRIBUTING.md
1 parent 2b9e4e8 commit 66fa4fe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ To make a pull request, you need to:
4343

4444
1. [Fork the repo](https://help.github.com/en/articles/fork-a-repo)
4545
2. Clone it
46-
3. Install dependencies using [Yarn](https://yarnpkg.com/)
46+
3. Install dependencies using npm
4747

4848
```console
49-
yarn
49+
npm install
5050
```
5151

5252
3. Create a local branch, from `master` (unless specified differently)
@@ -63,7 +63,7 @@ git checkout -b <name-of-your-branch>
6363
5. Ensure the everything is still fine.
6464

6565
```console
66-
yarn test
66+
npm run test
6767
```
6868

6969
6. Commit & push your branch online

0 commit comments

Comments
 (0)