From 61962fbc07b7560de0e52fc0840b2f9e67114f04 Mon Sep 17 00:00:00 2001 From: proddy Date: Fri, 24 Oct 2025 16:25:28 +0200 Subject: [PATCH] only build web with target -t build --- scripts/build_interface.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/build_interface.py b/scripts/build_interface.py index 21482ac5e..c38776914 100755 --- a/scripts/build_interface.py +++ b/scripts/build_interface.py @@ -118,10 +118,3 @@ env.AddCustomTarget( title="build web interface", description="installs pnpm packages, updates libraries and builds web UI" ) - -# this is if its called with the target=build, so it will continue with the pio workflow -if not (env.IsCleanTarget()): - success = buildWeb() - if not success: - print("Web interface build failed!") - \ No newline at end of file