JM Vincenti
04/09/2024, 7:38 AMkotlin-js-store/yarn.lock
?
When building our project on our CI, versions are not aligned with our local builds and we face the error
But I don't understand why the JS dependencies changed, as we use the same Kotlin multiplatform project dependencies.Copy codeyarn.lock was changed. Run the `kotlinUpgradeYarnLock` task to actualize yarn.lock file
JM Vincenti
04/09/2024, 8:11 AMclean
and kotlinUpgradeYarnLock
allowed to align the yarn.lock everywhere!Edoardo Luppi
04/09/2024, 8:14 AMkotlinUpgradeYarnLock
executions do not help.
I tend to temporarily disable lock validation until it fixes itself.Carter
04/09/2024, 10:19 AM