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

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

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

npm run build