diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2025-05-27 01:45:41 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2025-05-27 01:45:41 -0400 |
| commit | 4396c912771f136f7d397a67f247c81532520b85 (patch) | |
| tree | 9a8e2f7794e10078482df394e96c25183cd65c4f /tools/build-ui | |
| parent | 79d3598282fd573931e7cb14e4d3e54aad7c943c (diff) | |
Call `vite` directly to build the frontend.
Calling through `npm` wasn't adding anything other than complexity, and it made it somewhat harder to follow what tools did what.
I'm also pretty sure `tools/build-ui` was totally unused.
Diffstat (limited to 'tools/build-ui')
| -rwxr-xr-x | tools/build-ui | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/build-ui b/tools/build-ui deleted file mode 100755 index ba8d016..0000000 --- a/tools/build-ui +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -e - -## tools/build-ui -## -## Builds the Svelte UI. - -cd "$(dirname "$0")/.." - -npm install -npm run build |
