Add npm run check indication in README
This commit is contained in:
parent
0c838fc95c
commit
844e39c2f8
|
@ -168,6 +168,10 @@ Finally, run the server with the `production` `NODE_ENV` variable set.
|
|||
|
||||
**Systemd template**: https://github.com/Chocobozzz/PeerTube/tree/master/support/systemd
|
||||
|
||||
You can check the application (CORS headers, tracker websocket...) by running:
|
||||
|
||||
$ NODE_ENV=production npm run check
|
||||
|
||||
### Other commands
|
||||
|
||||
To print all available command run:
|
||||
|
|
Loading…
Reference in New Issue