mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 16:59:50 +03:00
always rebuild web on release target
This commit is contained in:
@@ -78,7 +78,9 @@ extra_scripts =
|
|||||||
|
|
||||||
[env:release]
|
[env:release]
|
||||||
build_flags = ${common.general_flags} ${common.custom_flags}
|
build_flags = ${common.general_flags} ${common.custom_flags}
|
||||||
extra_scripts = pre:scripts/rename_fw.py
|
extra_scripts =
|
||||||
|
pre:scripts/rename_fw.py
|
||||||
|
pre:scripts/buildweb.py
|
||||||
|
|
||||||
[env:checkcode]
|
[env:checkcode]
|
||||||
build_type = debug
|
build_type = debug
|
||||||
|
|||||||
Reference in New Issue
Block a user