Replaces npm with yarn in CONTRIBUTING

pull/47/head
sobolevn 7 years ago
parent 20519b0061
commit fb8525e65a
No known key found for this signature in database
GPG Key ID: FF672D568AE3C73E

@ -41,6 +41,6 @@ Please, refer to [`Rules`](https://github.com/wooorm/remark-lint/blob/master/doc
To run tests locally you will need to:
```shell
$ npm install
$ npm test
$ yarn install
$ yarn test
```

Loading…
Cancel
Save