fix: resolve workspace integration blockers (#5)
This commit is contained in:
+1
-1
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user