Skip to content

Commit 4985ca7

Browse files
committed
docs: correct types and available scripts and add info about removing branch
1 parent 0bb1b23 commit 4985ca7

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,8 @@ $ npm install
6969
From here you can run several scripts for development purposes:
7070

7171
```bash
72-
$ npm run lint # runs the linter
73-
$ npm run tets # runs the tests once
74-
$ npm run tests:coverage # runs the tests including coverage
72+
$ npm run test # runs the tests once
73+
$ npm run test:coverage # runs the tests including coverage
7574
$ npm run docs # generates the API docs
7675
```
7776

@@ -162,4 +161,7 @@ Finally your PR needs to pass the review process:
162161
the changes
163162
- Once all reviewers have approved your PR it will be merged by one of the
164163
maintainers :tada:
165-
164+
165+
#### After merge
166+
167+
Please delete your branch after merge.

0 commit comments

Comments
 (0)