sebavan 6 gadi atpakaļ
vecāks
revīzija
abbfb9abb2
1 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  1. 6 0
      Tools/Gulp/readme.md

+ 6 - 0
Tools/Gulp/readme.md

@@ -36,6 +36,12 @@ gulp typescript-libraries
 ```
 Will generate all the files of the dist/preview release folder.
 
+## Run all the tests (release build):
+
+```
+gulp tests-all
+```
+
 ## Run Integrated Web Server and watch for changes (dev build):
 ```
 gulp run