#!/bin/bash -e ## tools/build-ui ## ## Builds the Svelte UI. cd "$(dirname "$0")/.." npm install npm run build