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