thanks @flyboarder. I know I had solved this before. This is an older project I picked back up. I forgot that boot 2.5 introduced the target
task. So I needed to add (target)
(deftask build []
(comp (cljs :optimizations :advanced)
(target)))