From 215b0c5cb2ff0ef0b2c7b5549704e23d651a4df9 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Thu, 10 Oct 2024 21:51:10 -0400 Subject: Hoist the UI one step up further --- tools/build-ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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 -- cgit v1.2.3