Files
opencloud/changelog/unreleased/change-build-service-frontends-with-pnpm
2022-10-24 20:31:56 +02:00

10 lines
360 B
Plaintext

Change: Build service frontends with pnpm instead of yarn
We changed the Node.js packager from Yarn to pnpm to make it more consistent with the main Web repo.
pnpm offers better package isolation and prevents a whole class of errors.
This is only relevant for developers.
https://github.com/owncloud/ocis/pull/4878
https://github.com/owncloud/web/pull/7835