forked from mirrors/thatmattlove-hyperglass
parent
e84cc4ac00
commit
58b51b7c8e
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ async def build_ui(app_path: Path):
|
||||||
log.error(err)
|
log.error(err)
|
||||||
raise RuntimeError(str(err)) from err
|
raise RuntimeError(str(err)) from err
|
||||||
|
|
||||||
shutil.copytree(out_dir, build_dir)
|
shutil.copytree(src=out_dir, dst=build_dir, dirs_exist_ok=True)
|
||||||
log.bind(src=out_dir, dst=build_dir).debug("Migrated Next.JS build output")
|
log.bind(src=out_dir, dst=build_dir).debug("Migrated Next.JS build output")
|
||||||
|
|
||||||
return "\n".join(all_messages)
|
return "\n".join(all_messages)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue