diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-06-03 22:34:39 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-06-03 22:34:39 +0200 |
commit | fc76359be11956f8514fc0dda1f66bb1c3397d26 (patch) | |
tree | 4d80142778971f1d9e09606e8f8745d56cee8507 /scripts/clean/client/dist.sh | |
parent | 4a6995be18b15de1834a39c8921a0e4109671bb6 (diff) | |
download | PeerTube-fc76359be11956f8514fc0dda1f66bb1c3397d26.tar.gz PeerTube-fc76359be11956f8514fc0dda1f66bb1c3397d26.tar.zst PeerTube-fc76359be11956f8514fc0dda1f66bb1c3397d26.zip |
Adapt npm scripts
Diffstat (limited to 'scripts/clean/client/dist.sh')
-rwxr-xr-x | scripts/clean/client/dist.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/clean/client/dist.sh b/scripts/clean/client/dist.sh new file mode 100755 index 000000000..2cbbf90dc --- /dev/null +++ b/scripts/clean/client/dist.sh | |||
@@ -0,0 +1,4 @@ | |||
1 | #!/usr/bin/env sh | ||
2 | |||
3 | cd client || exit -1 | ||
4 | rm -rf dist/ | ||