pilotpirxie / dependency-time-machine

🕰️ Tool to automatically update dependencies one-by-one in chronorogical order
http://npmjs.com/dependency-time-machine
MIT License
42 stars 0 forks source link

Consistent roll back behavior #6

Open debuglevel opened 7 months ago

debuglevel commented 7 months ago

From what I observed, a rollback is applied only if my --test-script fails. If my --install-script fails, my package.json stays in the failing state.

I'm not sure however, which would be my desired behavior. It is nice to have a working state afterwards. But it is also nice to have the modified package.json right there - so I do not have to scroll up my terminal to figure out which version was tried to apply. Maybe a flag?