Skip to content

Dashboard E2E: npm pack missing dashboard/dist after monorepo restructure (#666) #667

@waleedkadous

Description

@waleedkadous

Bug

Dashboard E2E test failing on main since PR #666 (VS Code extension monorepo restructure) merged.

Failing test: dashboard-terminals.test.ts:162

expect(output).toContain('dashboard/dist/index.html');

The npm pack tarball no longer includes dashboard/dist/index.html. The monorepo restructure in #666 likely changed the dashboard build output path or the files field in package.json no longer covers it.

CI Run

https://github.com/cluesmith/codev/actions/runs/24334326079

Fix

Check packages/codev/package.json files field — ensure dashboard/dist is still included and the build output path hasn't moved.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions