Update CONTRIBUTING.md
authorShinigami92 <chrissi92@hotmail.de>
Sun, 7 Feb 2021 12:24:06 +0000 (13:24 +0100)
committerShinigami92 <chrissi92@hotmail.de>
Sun, 7 Feb 2021 12:24:06 +0000 (13:24 +0100)
CONTRIBUTING.md

index b5425d3c938ab3f8f8243793e92c42ed24d216a1..c66f6d94f8d89e633610cbbd4003ef4f1e260f41 100644 (file)
@@ -18,11 +18,11 @@ Please ask your PR to be merged on <strong>master</strong> branch . <br>
 <strong> How to check if your new code is standard style </strong><br>
 
 ```bash
-  npm run standard
+  npm run standard:verbose && npm run ts-standard:verbose
 ```
 
 <strong>How to lint and format (with prettier) your code</strong><br>
 
 ```bash
-  npm run lint
+  npm run lint-and-format
 ```