mirror of
https://github.com/usestrix/strix.git
synced 2026-08-22 19:09:37 +02:00
Fix the viewer build command
This commit is contained in:
+1
-2
@@ -58,8 +58,7 @@ def run_view(argv: list[str]) -> None:
|
||||
if not bundle_is_built():
|
||||
console.print(
|
||||
"[bold red]Viewer UI is not built.[/]\n"
|
||||
"Build it with: [cyan]npm --prefix strix/viewer_src ci && "
|
||||
"npm --prefix strix/viewer_src run build[/]"
|
||||
"Build it with: [cyan]cd strix/viewer_src && npm ci && npm run build[/]"
|
||||
)
|
||||
raise SystemExit(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user