Skip to content

Commit

Permalink
Remove old dist before re-creating zip files
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Sep 10, 2017
1 parent 9b43270 commit 12e322d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make-example-zips.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12e322d

Please sign in to comment.