Skip to content

Commit

Permalink
tell the commit
Browse files Browse the repository at this point in the history
  • Loading branch information
caumond committed Oct 7, 2023
1 parent 3669598 commit c82dd3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bb.edn
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
(when (= "-d" (first *command-line-args*))
["--debug"])))}
gha {:doc "Github action command - is launched automatically by github"
:task (run-processes ["bb" "lint"]
:task (run-processes ["tree"]
["bb" "lint"]
["bb" "ltest"])}
repl {:doc "Repl"
:task (run-processes ["clojure" "-M:env-development-repl"])}}}

0 comments on commit c82dd3d

Please sign in to comment.