I have a monorepo where some subprojects need additional folders in their :clean-targets, because of ClojureScript compilation artifacts. However, the path resolution when running lein monolith each clean is such that the clean targets are ignored, and a warning is displayed instead.
Hello,
I have a monorepo where some subprojects need additional folders in their
:clean-targets
, because of ClojureScript compilation artifacts. However, the path resolution when runninglein monolith each clean
is such that the clean targets are ignored, and a warning is displayed instead.How should I work around this?
Thank you