mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-06-04 19:01:43 +00:00
d82fa2d691
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 …`