run setup_frontend during export (#1148)
This commit is contained in:
parent
f11fd25448
commit
ee762a7b35
@ -213,6 +213,10 @@ def export(
|
|||||||
|
|
||||||
# Compile the app in production mode and export it.
|
# Compile the app in production mode and export it.
|
||||||
console.rule("[bold]Compiling production app and preparing for export.")
|
console.rule("[bold]Compiling production app and preparing for export.")
|
||||||
|
|
||||||
|
if frontend:
|
||||||
|
build.setup_frontend(Path.cwd())
|
||||||
|
|
||||||
app = prerequisites.get_app().app
|
app = prerequisites.get_app().app
|
||||||
build.export_app(
|
build.export_app(
|
||||||
app,
|
app,
|
||||||
|
Loading…
Reference in New Issue
Block a user