isn’t picking up changes on dependencies. Weird thing is that running the same lerna command locally does pick up those changes correctly. I confirmed its the same commits being compared
f
Frank
05/12/2021, 11:47 PM
Hi @Omi Chowdhury, can you DM me the link to the build?
Frank
05/13/2021, 8:50 AM
For anyone reading this:
Seed was using lerna v3.16, and lerna had a bug with cyclic dependencies that was fixed in lerna v3.20 - https://github.com/lerna/lerna/pull/2380
We updated Seed to use lerna v3.22, and this issue should be fixed.