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