diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-10-21 12:16:07 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-10-21 12:16:07 +0200 |
commit | 844e39c2f843c6e2db81699176f13972c29c42fa (patch) | |
tree | ddf9e0874578324c7c4d3076aeaab822a2dc12bd /README.md | |
parent | 0c838fc95ce371a2914e1f572e947eab5e6b375e (diff) | |
download | PeerTube-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.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 | ||
171 | You 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 | ||
173 | To print all available command run: | 177 | To print all available command run: |