Skip to content

Commit

Permalink
feat(installer): do not delete dist/
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious authored and hipsterusername committed Feb 19, 2024
1 parent 58ff6a7 commit 663fdcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installer/create_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 663fdcf

Please sign in to comment.