-f
This commit is contained in:
parent
9319887e8b
commit
f906c4142e
1 changed files with 1 additions and 1 deletions
2
clean.sh
2
clean.sh
|
@ -5,6 +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
|
rm -rf ucs
|
||||||
|
|
||||||
echo "Cleaned."
|
echo "Cleaned."
|
||||||
|
|
Loading…
Add table
Reference in a new issue