default: build-static

build-static:
	@echo "Building frontend static assets to 'build'"
	yarn build

