Clean dist+build folders before releasing

This commit is contained in:
Vincent Driessen 2015-06-03 10:43:00 +02:00
parent ec0e04727b
commit 6319128ebc
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ all:
clean:
rm -rf build/ dist/
release:
release: clean
# Check if latest tag is the current head we're releasing
echo "Latest tag = $$(git tag | sort -nr | head -n1)"
echo "HEAD SHA = $$(git sha head)"