YunoHost-Apps / calckey_ynh

Calcket package for YunoHost
https://i.calckey.cloud/
GNU Affero General Public License v3.0
9 stars 7 forks source link

Warning for next release #10

Closed ThatOneCalculator closed 1 year ago

ThatOneCalculator commented 1 year ago

We're switching from yarn to pnpm.

The process for installing packages is now:

corepack enable
corepack prepare pnpm@latest --activate
pnpm i

Futhermore, all yarn run should be replaced with pnpm run and all yarn workspace with pnpm --filter

lapineige commented 1 year ago

Thank you for the guidance 😃

oufmilo commented 1 year ago

12 resolved in this PR