]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/build/client.sh
Speedup CI
[github/Chocobozzz/PeerTube.git] / scripts / build / client.sh
index 91147fc51d3867e599c4cc8202e0d5ddda8fe226..0b7cbec35f4a607ad6fcae97caa5c392364a01c5 100755 (executable)
@@ -40,7 +40,7 @@ languages=(
 
 cd client
 
-rm -rf ./dist ./compiled
+rm -rf ./dist
 
 # Don't build other languages if --light arg is provided
 if [ -z ${1+x} ] || ([ "$1" != "--light" ] && [ "$1" != "--analyze-bundle" ]); then