aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/help.sh
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-10-21 11:20:14 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-10-21 11:20:14 +0200
commit792b893ed414301c060391ed8a00368d68688236 (patch)
tree9f060fd0d2add1e470a7084e55fde6e0a121ed75 /scripts/help.sh
parentc2ee5ce83a2dac9ed16f1ac3e16bd5eca67eabd1 (diff)
downloadPeerTube-792b893ed414301c060391ed8a00368d68688236.tar.gz
PeerTube-792b893ed414301c060391ed8a00368d68688236.tar.zst
PeerTube-792b893ed414301c060391ed8a00368d68688236.zip
Server: add npm run check to check CORS, bittorrent tracker...
Diffstat (limited to 'scripts/help.sh')
-rwxr-xr-xscripts/help.sh1
1 files changed, 1 insertions, 0 deletions
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"
15printf " play -> Run 3 fresh nodes so that you can test the communication between them\n" 15printf " play -> Run 3 fresh nodes so that you can test the communication between them\n"
16printf " dev -> Watch, run the livereload and run the server so that you can develop the application\n" 16printf " dev -> Watch, run the livereload and run the server so that you can develop the application\n"
17printf " start -> Run the server\n" 17printf " start -> Run the server\n"
18printf " check -> Check the server (according to NODE_ENV)\n"
18printf " test -> Run the tests\n" 19printf " test -> Run the tests\n"
19printf " help -> Print this help\n" 20printf " help -> Print this help\n"