mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
only build web with target -t build
This commit is contained in:
@@ -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!")
|
||||
|
||||
Reference in New Issue
Block a user