mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Adapt scripts to typescript
This commit is contained in:
parent
69818c9394
commit
75fb0c0b2e
7 changed files with 17 additions and 13 deletions
|
@ -3,7 +3,7 @@
|
|||
printf "############# PeerTube help #############\n\n"
|
||||
printf "npm run ...\n"
|
||||
printf " build -> Build the application for production (alias of build:client:prod)\n"
|
||||
printf " build:client:dev -> Build the client for development\n"
|
||||
printf " build:server:prod -> Build the server for production\n"
|
||||
printf " build:client:prod -> Build the client for production\n"
|
||||
printf " clean -> Clean the application\n"
|
||||
printf " clean:client -> Clean the client build files (dist directory)\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue