diff --git a/project.clj b/project.clj index e6394bd..e7c29ed 100644 --- a/project.clj +++ b/project.clj @@ -65,7 +65,7 @@ :libdir-path "lib" :main titanoboa.server ;;titanoboa.system :aot [titanoboa.server] - :clean-targets ^{:protect false} [:target-path] + :clean-targets ^{:protect false} [:target-path :libdir-path] :source-paths ["src/cljc" "src/clj" "src/script"] :aliases {"package" ["do" "clean," "jar," "libdir"]})