diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-07-06 14:39:39 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-07-06 14:39:39 +0200 |
commit | 80624154988f6270a353269c5e76f334e631b349 (patch) | |
tree | 146b590a5e0c68acddda38fb31173e47820c04ec /scripts | |
parent | 6fcd19ba737f1f5614a56c6925adb882dea43b8d (diff) | |
download | PeerTube-80624154988f6270a353269c5e76f334e631b349.tar.gz PeerTube-80624154988f6270a353269c5e76f334e631b349.tar.zst PeerTube-80624154988f6270a353269c5e76f334e631b349.zip |
Update videojs -> 6
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/clean/client/dist.sh | 2 | ||||
-rwxr-xr-x | scripts/clean/server/dist.sh | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/scripts/clean/client/dist.sh b/scripts/clean/client/dist.sh index 2cbbf90dc..ea6f7d644 100755 --- a/scripts/clean/client/dist.sh +++ b/scripts/clean/client/dist.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env sh | 1 | #!/usr/bin/env sh |
2 | 2 | ||
3 | cd client || exit -1 | 3 | cd client || exit -1 |
4 | rm -rf dist/ | 4 | rm -rf compiled/ dist/ dll/ |
diff --git a/scripts/clean/server/dist.sh b/scripts/clean/server/dist.sh new file mode 100755 index 000000000..be8135b8f --- /dev/null +++ b/scripts/clean/server/dist.sh | |||
@@ -0,0 +1,3 @@ | |||
1 | #!/usr/bin/env sh | ||
2 | |||
3 | rm -rf dist/ | ||