Add a build command

This commit is contained in:
2024-03-16 22:53:10 -07:00
parent 0cbd0b6367
commit 12d20ba18a

View File

@@ -20,6 +20,7 @@
name = "org.fudo/mebot";
primaryNamespace = "mebot.core";
src = ./.;
buildCommand = "clojure -T:build uberjar";
};
};