Skip to content

Commit

Permalink
docs: Updating CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Removed mention of `make` command which is not in use anymore.
  • Loading branch information
helio-frota committed Jul 14, 2020
1 parent 959445d commit 579a0f7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,12 @@ The tests are on `test` directory. Before submitting a pull request,
ensure that your change will pass CI.

```sh
$ make clean && npm install && make ci
npm install
npm test

or

npm it
```

### Push
Expand Down

0 comments on commit 579a0f7

Please sign in to comment.