mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
don't build web on pio clean target
This commit is contained in:
@@ -57,8 +57,5 @@ def buildWeb():
|
|||||||
finally:
|
finally:
|
||||||
os.chdir("..")
|
os.chdir("..")
|
||||||
|
|
||||||
|
if not (env.IsCleanTarget()):
|
||||||
if (len(BUILD_TARGETS) == 0 or "upload" in BUILD_TARGETS):
|
|
||||||
buildWeb()
|
buildWeb()
|
||||||
else:
|
|
||||||
print("Skipping build web interface for target(s): " + ", ".join(BUILD_TARGETS))
|
|
||||||
|
|||||||
Reference in New Issue
Block a user