diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-06-10 22:57:31 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-06-10 22:57:31 +0200 |
commit | 75fb0c0b2efe7fb952d45d2bf111e9594f7d5b42 (patch) | |
tree | ec2f38883fd53e7e2e2d451b9275ca984631c6c1 /scripts/help.sh | |
parent | 69818c9394366b954b6ba3bd697bd9d2b09f2a16 (diff) | |
download | PeerTube-75fb0c0b2efe7fb952d45d2bf111e9594f7d5b42.tar.gz PeerTube-75fb0c0b2efe7fb952d45d2bf111e9594f7d5b42.tar.zst PeerTube-75fb0c0b2efe7fb952d45d2bf111e9594f7d5b42.zip |
Adapt scripts to typescript
Diffstat (limited to 'scripts/help.sh')
-rwxr-xr-x | scripts/help.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/help.sh b/scripts/help.sh index 0f672d520..51f55547e 100755 --- a/scripts/help.sh +++ b/scripts/help.sh | |||
@@ -3,7 +3,7 @@ | |||
3 | printf "############# PeerTube help #############\n\n" | 3 | printf "############# PeerTube help #############\n\n" |
4 | printf "npm run ...\n" | 4 | printf "npm run ...\n" |
5 | printf " build -> Build the application for production (alias of build:client:prod)\n" | 5 | printf " build -> Build the application for production (alias of build:client:prod)\n" |
6 | printf " build:client:dev -> Build the client for development\n" | 6 | printf " build:server:prod -> Build the server for production\n" |
7 | printf " build:client:prod -> Build the client for production\n" | 7 | printf " build:client:prod -> Build the client for production\n" |
8 | printf " clean -> Clean the application\n" | 8 | printf " clean -> Clean the application\n" |
9 | printf " clean:client -> Clean the client build files (dist directory)\n" | 9 | printf " clean:client -> Clean the client build files (dist directory)\n" |