From 12e322d28b938d09640f29ade7ddf09bd1e0f2f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 10 Sep 2017 16:04:30 -0500 Subject: [PATCH] Remove old dist before re-creating zip files --- make-example-zips.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/make-example-zips.sh b/make-example-zips.sh index d9a6ec6b..8d6b1f24 100644 --- a/make-example-zips.sh +++ b/make-example-zips.sh @@ -4,6 +4,7 @@ rm -rf ./**/__pycache__ # Compress all the example directories in .zip files to be uploaded for a release +rm -rf ./dist mkdir ./dist for f in example-flask* ; do if [[ -d $f ]] ; then