mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00: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
|
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user