summaryrefslogtreecommitdiff
path: root/tools/build-ui
blob: 48b83e6d703c91452119641ee34278f4ebe08f15 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash -e

## tools/build-ui
##
## Builds the Svelte UI.

cd "$(dirname "$0")/../hi-ui"

npm install
npm run build