fix: resolve workspace integration blockers (#5)

This commit is contained in:
2026-07-29 10:01:17 +09:00
parent 3279ac099e
commit cadbd5fb60
37 changed files with 1817 additions and 73 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
"typecheck": "npm run typecheck --workspaces --if-present",
"test": "npm run test:unit",
"test:unit": "vitest run",
"test:e2e": "playwright test",
"test:e2e": "node tools/run-e2e.mjs",
"verify": "npm run typecheck && npm run test:unit && npm run build && npm run test:e2e",
"postinstall": "npm --workspace @hmwebviewer/viewer-3d run stage:decoders"
},