#!/bin/bash
#----------------------------------------------------------------------

set -o errexit


# clean out the local dist dir
rm -f dist/*

