Is there a way for me to have dub pre-fetch all the dependencies based only on a dub.json file?
I first saw dub fetch
but this is only for manual fetching. Then I thought of creating a targetType: none
, but that means it will never build.
Any ideas?