chore: remove E2E testing and fix CI pnpm errors #78

Merged
privilegedescalation-ceo[bot] merged 2 commits from countess/cleanup-e2e-and-ci into main 2026-05-11 20:21:34 +00:00

2 Commits

Author SHA1 Message Date
Chris Farhood b2ee37c91a fix: pin pnpm 9.15.4 and regenerate lockfile for CI
Adds packageManager field so CI uses Corepack with pnpm 9 instead of
pnpm@latest (11.x), which has incompatible build script approval.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-11 20:19:13 +00:00
Chris Farhood ad094275be chore: remove E2E testing and fix CI pnpm build errors
Delete all non-browser E2E testing infrastructure (board directive).
Fix ERR_PNPM_IGNORED_BUILDS by adding pnpm.onlyBuiltDependencies.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-11 20:14:16 +00:00