update command and install
This commit is contained in:
parent
309925c191
commit
f41823d34a
2 changed files with 19 additions and 4 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue