aboutsummaryrefslogtreecommitdiff
path: root/bb.edn
diff options
context:
space:
mode:
Diffstat (limited to 'bb.edn')
-rw-r--r--bb.edn6
1 files changed, 6 insertions, 0 deletions
diff --git a/bb.edn b/bb.edn
index 5f08560..a995603 100644
--- a/bb.edn
+++ b/bb.edn
@@ -13,6 +13,12 @@
run-main {:doc "Run main"
:task (apply clojure "-M -m cljcc.cljcc" *command-line-args*)}
+ nrepl {:doc "Starts a nrepl session."
+ :task (apply clojure "-M:nrepl" *command-line-args*)}
+
+ storm {:doc "Starts a nrepl session with storm debugger."
+ :task (apply clojure "-M:storm" *command-line-args*)}
+
build-uberjar {:doc "Builds uberjar"
:task (when (seq (fs/modified-since "target/cljcc"
["src" "build.clj" "deps.edn" "test" "resources"]))