We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb1b23 commit 4985ca7Copy full SHA for 4985ca7
CONTRIBUTING.md
@@ -69,9 +69,8 @@ $ npm install
69
From here you can run several scripts for development purposes:
70
71
```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
+$ npm run test # runs the tests once
+$ npm run test:coverage # runs the tests including coverage
75
$ npm run docs # generates the API docs
76
```
77
@@ -162,4 +161,7 @@ Finally your PR needs to pass the review process:
162
161
the changes
163
- Once all reviewers have approved your PR it will be merged by one of the
164
maintainers :tada:
165
-
+
+#### After merge
166
167
+Please delete your branch after merge.
0 commit comments