update build ok,
This commit is contained in:
@@ -1,19 +1,23 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
set -x
|
||||
|
||||
# ls **/.next
|
||||
# ls **/.pnpm
|
||||
# ls **/node_modules
|
||||
ls **/*.bak
|
||||
ls **/*draft
|
||||
ls **/*.del
|
||||
ls **/*.plan
|
||||
ls **/*Zone*
|
||||
|
||||
set -e
|
||||
# set -e
|
||||
|
||||
read -p "Press [Enter] key to clean directories..."
|
||||
# read -p "Press [Enter] key to clean directories..."
|
||||
|
||||
# rm -rf **/.next
|
||||
# rm -rf **/.pnpm
|
||||
# rm -rf **/node_modules
|
||||
rm -rf **/*Zone*
|
||||
# # rm -rf **/.next
|
||||
# # rm -rf **/.pnpm
|
||||
# # rm -rf **/node_modules
|
||||
# rm -rf **/*Zone*
|
||||
|
||||
echo "clean done"
|
||||
|
Reference in New Issue
Block a user