always rebuild web on release target

This commit is contained in:
Paul
2019-10-10 20:50:36 +02:00
parent 893e90f89a
commit 0fdebbbccf

View File

@@ -78,7 +78,9 @@ extra_scripts =
[env:release]
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]
build_type = debug