Browse Source

readme: improve developer documentation

describing linting, unit tests and precommit hooks
dev1
Philipp Hancke 5 years ago
parent
commit
09710c7f5d
1 changed files with 9 additions and 0 deletions
  1. 9
    0
      README.md

+ 9
- 0
README.md View File

12
 ```
12
 ```
13
 npm install
13
 npm install
14
 ```
14
 ```
15
+To lint:
16
+```
17
+npm run lint
18
+```
19
+and to run unit tests:
20
+```
21
+npm test
22
+```
23
+Both linting and units will also be done by a pre-commit hook.

Loading…
Cancel
Save