diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-05 10:50:20 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-05 10:51:32 +0200 |
commit | a0e69167ae43ffbe088b2e9e436bf2624a4a1b4e (patch) | |
tree | 81f0e61560b4991e16141a4dc7359dbb99f12750 /scripts/clean/client/index.sh | |
parent | 36d9a79f7be85406489491670bda5284fa897d02 (diff) | |
download | PeerTube-a0e69167ae43ffbe088b2e9e436bf2624a4a1b4e.tar.gz PeerTube-a0e69167ae43ffbe088b2e9e436bf2624a4a1b4e.tar.zst PeerTube-a0e69167ae43ffbe088b2e9e436bf2624a4a1b4e.zip |
Remove scripty
It breaks our tests with the latest npm release
Diffstat (limited to 'scripts/clean/client/index.sh')
-rwxr-xr-x | scripts/clean/client/index.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/clean/client/index.sh b/scripts/clean/client/index.sh new file mode 100755 index 000000000..19b89de77 --- /dev/null +++ b/scripts/clean/client/index.sh | |||
@@ -0,0 +1,6 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | set -eu | ||
4 | |||
5 | cd client | ||
6 | rm -rf compiled/ dist/ dll/ | ||