update command and install

This commit is contained in:
Casey Wittrock 2025-10-20 01:10:36 -05:00
parent 309925c191
commit f41823d34a
2 changed files with 19 additions and 4 deletions

View file

@ -31,9 +31,6 @@ def build_frontend():
dist_path = os.path.join(app_root, "custom_ui", "public", "dist")
should_build = True
if os.path.exists(dist_path) and os.listdir(dist_path):
print(" Frontend already built. Skipping rebuild.")
should_build = False
if should_build:
print("\n📦 Building frontend for custom_ui...\n")