mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-20 11:30:38 -06:00
10 lines
360 B
Plaintext
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
|