Fix the viewer build command

This commit is contained in:
Jonathan Singer
2026-07-20 09:51:56 -04:00
parent 1e4db0098b
commit 8bbcafcf1a
3 changed files with 3 additions and 5 deletions
+1 -2
View File
@@ -69,8 +69,7 @@ clean:
viewer:
@echo "🖥️ Building the local-viewer SPA..."
npm --prefix strix/viewer_src ci
npm --prefix strix/viewer_src run build
cd strix/viewer_src && npm ci && npm run build
@echo "✅ Viewer built to strix/viewer/viewer_dist/ (commit the changes)."
dev: format lint type-check