wix-incubator / lerna-script

Lerna addon for adding custom tasks
MIT License
164 stars 13 forks source link

commit pre-push script results #401

Closed sidoruk-sv closed 4 years ago

hugebdu commented 4 years ago

@sidoruk-sv why deps downgrades all over?

sidoruk-sv commented 4 years ago

@hugebdu I'm just committing the result of post-push hook for this repo (https://github.com/wix/lerna-script/blob/master/package.json#L28)

I think it is the result of one of syncModules (https://github.com/wix/lerna-script/tree/master/tasks/modules) or dependencies.sync (https://github.com/wix/lerna-script/tree/master/tasks/dependencies#syncpackageslog-promise) that are defined in the root lerna.js

hugebdu commented 4 years ago

indeed. managed deps those are. have to be updated.

sidoruk-sv commented 4 years ago

@hugebdu updated, also got errors when tried to run lerna-script depcheck so removed unused lerna from packages.