From fb96e7d7c1d3dcd6c904a7fb05371710b9fbafbc Mon Sep 17 00:00:00 2001 From: Kurt Griffiths Date: Thu, 27 Oct 2016 11:44:43 -0600 Subject: [PATCH] chore: Remove build directory before creating packages --- tools/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/build.sh b/tools/build.sh index a5dcbeb..bac4def 100755 --- a/tools/build.sh +++ b/tools/build.sh @@ -17,6 +17,7 @@ set -e VENV_NAME=tmp-falcon-build +BUILD_DIR=./build DIST_DIR=./dist #---------------------------------------------------------------------- @@ -67,6 +68,7 @@ _echo_task "Cleaning up old artifacts" tools/clean.sh . +rm -rf $BUILD_DIR rm -rf $DIST_DIR pyenv shell system