修复打包脚本

This commit is contained in:
Edward Yang 2022-08-31 20:11:28 +08:00
parent 5e1f89aa81
commit d7527a9d06
1 changed files with 4 additions and 1 deletions

View File

@ -59,7 +59,10 @@ if [[ -a ./storage/installed ]];then
fi;
rm -rf ./storage/app/*
rm -rf ./storage/debugbar/*
rm -rf ./storage/framework/*
rm -rf ./storage/framework/cache/*
rm -rf ./storage/framework/sessions/*
rm -rf ./storage/framework/testing/*
rm -rf ./storage/framework/views/*
rm -rf ./storage/logs/*
rm -rf ./storage/upload/*
rm -rf ./.idea