#!/bin/bash
set -e

cd $(dirname $0)/..

rm -rf dist node_modules/.cache
