aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-10-21 12:16:07 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-10-21 12:16:07 +0200
commit844e39c2f843c6e2db81699176f13972c29c42fa (patch)
treeddf9e0874578324c7c4d3076aeaab822a2dc12bd /README.md
parent0c838fc95ce371a2914e1f572e947eab5e6b375e (diff)
downloadPeerTube-844e39c2f843c6e2db81699176f13972c29c42fa.tar.gz
PeerTube-844e39c2f843c6e2db81699176f13972c29c42fa.tar.zst
PeerTube-844e39c2f843c6e2db81699176f13972c29c42fa.zip
Add npm run check indication in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 334884bee..cb3e83f3e 100644
--- a/README.md
+++ b/README.md
@@ -168,6 +168,10 @@ Finally, run the server with the `production` `NODE_ENV` variable set.
168 168
169**Systemd template**: https://github.com/Chocobozzz/PeerTube/tree/master/support/systemd 169**Systemd template**: https://github.com/Chocobozzz/PeerTube/tree/master/support/systemd
170 170
171You can check the application (CORS headers, tracker websocket...) by running:
172
173 $ NODE_ENV=production npm run check
174
171### Other commands 175### Other commands
172 176
173To print all available command run: 177To print all available command run: