blob: 11996cbf7bcd276591a1047c4c08201f9a5d754a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/_build_backend.py
+++ b/_build_backend.py
@@ -87,7 +87,7 @@
def _build_fava() -> None:
"""Run the build steps for Fava."""
- _compile_frontend()
+ # _compile_frontend()
_compile_translations()
|