remove ucs/ on clean

This commit is contained in:
me 2025-03-14 10:06:29 +02:00
parent c0cbbf2ed1
commit 9319887e8b

View File

@ -5,5 +5,6 @@ set -e -u -o pipefail
rm -rf frontend/node_modules/
rm -rf backend/node_modules/
rm -f ucs-*.tar.gz
rm -r ucs
echo "Cleaned."