remove ucs/ on clean
This commit is contained in:
parent
c0cbbf2ed1
commit
9319887e8b
1 changed files with 1 additions and 0 deletions
1
clean.sh
1
clean.sh
|
@ -5,5 +5,6 @@ set -e -u -o pipefail
|
||||||
rm -rf frontend/node_modules/
|
rm -rf frontend/node_modules/
|
||||||
rm -rf backend/node_modules/
|
rm -rf backend/node_modules/
|
||||||
rm -f ucs-*.tar.gz
|
rm -f ucs-*.tar.gz
|
||||||
|
rm -r ucs
|
||||||
|
|
||||||
echo "Cleaned."
|
echo "Cleaned."
|
||||||
|
|
Loading…
Add table
Reference in a new issue