mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2025-01-07 03:17:05 +08:00
feat(installer): do not delete dist/
This commit is contained in:
parent
5f2e493244
commit
be8dcad1da
@ -118,8 +118,8 @@ echo -e "${BGREEN}Built PyPi distribution: ./dist${RESET}"
|
||||
# clean up, but only if we are not in a github action
|
||||
if [[ -z ${CI} ]]; then
|
||||
echo
|
||||
echo "Cleaning up frontend files..."
|
||||
rm -rf InvokeAI-Installer tmp dist ../invokeai/frontend/web/dist/
|
||||
echo "Cleaning up intermediate build files..."
|
||||
rm -rf InvokeAI-Installer tmp ../invokeai/frontend/web/dist/
|
||||
fi
|
||||
|
||||
if [[ ! -z ${CI} ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user