perf: reduce 3D runtime artifacts (#7)

This commit is contained in:
2026-07-29 11:04:42 +09:00
parent fc2871ce4c
commit 0c656808e0
20 changed files with 148 additions and 309 deletions
+2 -1
View File
@@ -14,8 +14,9 @@
"typecheck": "npm run typecheck --workspaces --if-present",
"test": "npm run test:unit",
"test:unit": "vitest run",
"test:artifact": "node tools/check-production-artifacts.mjs",
"test:e2e": "node tools/run-e2e.mjs",
"verify": "npm run typecheck && npm run test:unit && npm run build && npm run test:e2e",
"verify": "npm run typecheck && npm run test:unit && npm run build && npm run test:artifact && npm run test:e2e",
"postinstall": "npm --workspace @hmwebviewer/viewer-3d run stage:decoders"
},
"devDependencies": {