greenkeeperio / greenkeeper-lockfile

:lock: Your lockfile, up to date, all the time
https://greenkeeper.io
183 stars 73 forks source link

Updating yarn dependencies fails on travis #40

Closed TobiasBales closed 6 years ago

TobiasBales commented 7 years ago

For us it tries to run yarn add -S lint-staged@4.0.0 lint-staged is a dependency in the project

I think it happens here: https://github.com/greenkeeperio/greenkeeper-lockfile/blob/590bc5fc40dd61d59178fe78f790a61af6c24a7f/lib/update-lockfile.js#L26

But since yarn doesn't accept -S and does that by default it fails

valentin-radulescu-hs commented 7 years ago

any update on this?

TobiasBales commented 7 years ago

Seems like nobody cares, if I find the time today I will take a stab at it

janl commented 6 years ago

Fixed in above linked commits