The justfile actions call each other, but in doing so they duplicate a lot of work, which slows down actions like precommit. I think it would be best to reduce the duplicated work, even if that makes the file less clean.
The justfile actions call each other, but in doing so they duplicate a lot of work, which slows down actions like precommit.
I think it would be best to reduce the duplicated work, even if that makes the file less clean.