X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fhelp.sh;h=fdccabbf016bc22ad3efed49f734670d11f05107;hb=792b893ed414301c060391ed8a00368d68688236;hp=6e124c276c7760506e15db334ce18beae7274181;hpb=c2ee5ce83a2dac9ed16f1ac3e16bd5eca67eabd1;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/help.sh b/scripts/help.sh index 6e124c276..fdccabbf0 100755 --- a/scripts/help.sh +++ b/scripts/help.sh @@ -15,5 +15,6 @@ printf " danger:clean:modules -> /!\ Clean node and typescript modules\n" printf " play -> Run 3 fresh nodes so that you can test the communication between them\n" printf " dev -> Watch, run the livereload and run the server so that you can develop the application\n" printf " start -> Run the server\n" +printf " check -> Check the server (according to NODE_ENV)\n" printf " test -> Run the tests\n" printf " help -> Print this help\n"