duct 2021-03-19

Hello guys. Sorry for the noob question. Always wondering what exactly this line from the lein config is doing:

:prep-tasks ["javac" "compile" ["run" ":duct/compiler"]]
I understand that lein run will call the -main function but what the point of the :duct/compiler part? Didn’t find any notes in the docs