Skip to content

Commit be8dcad

Browse files
psychedelicioushipsterusername
authored andcommitted
feat(installer): do not delete dist/
1 parent 5f2e493 commit be8dcad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installer/create_installer.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ echo -e "${BGREEN}Built PyPi distribution: ./dist${RESET}"
118118
# clean up, but only if we are not in a github action
119119
if [[ -z ${CI} ]]; then
120120
echo
121-
echo "Cleaning up frontend files..."
122-
rm -rf InvokeAI-Installer tmp dist ../invokeai/frontend/web/dist/
121+
echo "Cleaning up intermediate build files..."
122+
rm -rf InvokeAI-Installer tmp ../invokeai/frontend/web/dist/
123123
fi
124124

125125
if [[ ! -z ${CI} ]]; then

0 commit comments

Comments
 (0)