diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-10-10 21:05:48 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-10-10 21:05:48 -0400 |
| commit | 4401dce2b5545ce8117818812d8e3c8919f5f7fd (patch) | |
| tree | df04478e6094a2a8cdd14ecd31b77caacff78de6 /tools | |
| parent | 999996961e6e8ebcde125ff0022df875d62817b3 (diff) | |
Remove redundancy in `hi-ui` directory name.
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/build-ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build-ui b/tools/build-ui index 48b83e6..46171ca 100755 --- a/tools/build-ui +++ b/tools/build-ui @@ -4,7 +4,7 @@ ## ## Builds the Svelte UI. -cd "$(dirname "$0")/../hi-ui" +cd "$(dirname "$0")/../ui" npm install npm run build |
