You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(deps): Address review feedback for pnpm migration
- Rename browser package from "repomix" to "repomix-browser" to avoid
workspace name collision with root package
- Fix cloud-deploy script to submit repo root as build context
- Use corepack enable consistently in all Dockerfiles instead of
hardcoding pnpm version (reduces maintenance when version bumps)
- Replace npm link with pnpm link --global in root Dockerfile
- Change prepack script from "npm run build" to "node --run build"
- Replace "npm run" with "pnpm run" in sub-package scripts
(browser, website/client, website/server)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments