#!/usr/bin/env bash
# Clean and rebuild fonts from inkscape svg
set -e -o pipefail

/app/bin/clean-dist
/app/bin/docker/build

