hasundue / molt

Update dependencies the Deno way
https://jsr.io/@molt
MIT License
78 stars 5 forks source link

cli: resume commiting on the next run after a `pre-commit` task fails #204

Open hasundue opened 1 month ago

hasundue commented 1 month ago

Suppose:

  1. You run molt --commit --pre-commit test
  2. Test failed on updates to one of the dependencies
  3. You fixed the code to pass tests
  4. You run molt --commit --pre-commit test again with those uncommitted changes

Then the CLI ignores the changes and just tries to commit updates to the other dependencies, which is awkward.