mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-07-17 04:12:01 +00:00
Replaces the `cd frontend && npm ci` setup steps with a pnpm-flavoured one: enable corepack (one-time), `pnpm install` from the repo root, then `cd frontend && pnpm run <script>` for frontend scripts. misc/update.sh also moves to `pnpm --filter mas-frontend run …`