cortesi / modd

A flexible developer tool that runs processes and responds to filesystem changes
MIT License
2.8k stars 128 forks source link

"indir" is not parsed when running "modd --prep" #37

Closed brikou closed 5 years ago

brikou commented 7 years ago
src/hello/lock.json {
    indir: ./src/hello
    prep: dep ensure
}

this works fine when running "modd" but fails when running "modd --prep"

NB: thank you for modd, I really enjoy it

cortesi commented 5 years ago

This seems fixed on master. Could you please verify, and re-open if there is still an issue?