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.
Bug
Dashboard E2E test failing on main since PR #666 (VS Code extension monorepo restructure) merged.
Failing test:
dashboard-terminals.test.ts:162The
npm packtarball no longer includesdashboard/dist/index.html. The monorepo restructure in #666 likely changed the dashboard build output path or thefilesfield inpackage.jsonno longer covers it.CI Run
https://github.com/cluesmith/codev/actions/runs/24334326079
Fix
Check
packages/codev/package.jsonfilesfield — ensuredashboard/distis still included and the build output path hasn't moved.