-
Notifications
You must be signed in to change notification settings - Fork 0
Make web workspace type-check pass for CI #42
Copy link
Copy link
Open
Labels
area:webFrontend UI and web application issuesFrontend UI and web application issuesbugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededpriority:highImportant fix or roadmap itemImportant fix or roadmap item
Description
Activity
Metadata
Metadata
Assignees
Labels
area:webFrontend UI and web application issuesFrontend UI and web application issuesbugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededpriority:highImportant fix or roadmap itemImportant fix or roadmap item
Goal
Make the web workspace type-check clean enough to become a required CI status check.
Background
The root
npm testpasses, butnpm run type-check --workspace @intraq/webstill reports broader Vue/TypeScript errors unrelated to the recently fixed issues.Acceptance criteria
npm run type-check --workspace @intraq/webpasses locally.