mpizenberg / elm-solve-deps

A dependency solver for the elm ecosystem
Mozilla Public License 2.0
5 stars 0 forks source link

Save cache after download from package website #3

Closed mpizenberg closed 2 years ago

mpizenberg commented 2 years ago

Actually I realize that I'm not saving the cache after it being updated in online mode, I should do that ...

mpizenberg commented 2 years ago

alright, this is now solved directly in elm-test-rs by a call to save_cache() after a call to new()