From 5ba41ac99350cbee067730bcd4ebb37661c11aad Mon Sep 17 00:00:00 2001 From: Lee Huffman Date: Tue, 26 Dec 2023 15:17:45 -0600 Subject: [PATCH] chore: builder update --- bin/build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/build.sh b/bin/build.sh index 2a96416..d1e4c95 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -10,6 +10,10 @@ if [ $? -ne 0 ]; then exit 1 fi +# Clean out the dist directory +echo "Cleaning out the dist directory..." +rm -rf ../dist/* + # Build the package python -m build ../