#!/bin/sh
echo "# Executing build script"
rm -rf dist
broccoli build dist
