修复打包脚本
This commit is contained in:
parent
5e1f89aa81
commit
d7527a9d06
5
build.sh
5
build.sh
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue