#!/usr/bin/env bash set -uo pipefail if [[ -d dist/ ]]; then rm -r dist/; fi cp -r target/ dist/;