feat(installer): do not delete dist/

This commit is contained in:
psychedelicious 2024-02-09 15:33:29 +11:00 committed by Kent Keirsey
parent 5f2e493244
commit be8dcad1da

View File

@ -118,8 +118,8 @@ echo -e "${BGREEN}Built PyPi distribution: ./dist${RESET}"
# clean up, but only if we are not in a github action # clean up, but only if we are not in a github action
if [[ -z ${CI} ]]; then if [[ -z ${CI} ]]; then
echo echo
echo "Cleaning up frontend files..." echo "Cleaning up intermediate build files..."
rm -rf InvokeAI-Installer tmp dist ../invokeai/frontend/web/dist/ rm -rf InvokeAI-Installer tmp ../invokeai/frontend/web/dist/
fi fi
if [[ ! -z ${CI} ]]; then if [[ ! -z ${CI} ]]; then