#!/usr/bin/env bash if [ -z "dist" ]; then echo "Deleting [dist] directory"; rm -rf dist/ fi