perf: reduce 3D runtime artifacts (#7)
This commit is contained in:
+2
-1
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user