diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-10-10 21:51:10 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-10-10 21:52:26 -0400 |
| commit | 215b0c5cb2ff0ef0b2c7b5549704e23d651a4df9 (patch) | |
| tree | 356484ce699539f2937b768d1a1c9b83f0c7a402 /tools/build-ui | |
| parent | 4401dce2b5545ce8117818812d8e3c8919f5f7fd (diff) | |
Hoist the UI one step up further
Diffstat (limited to 'tools/build-ui')
| -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 46171ca..ba8d016 100755 --- a/tools/build-ui +++ b/tools/build-ui @@ -4,7 +4,7 @@ ## ## Builds the Svelte UI. -cd "$(dirname "$0")/../ui" +cd "$(dirname "$0")/.." npm install npm run build |
