Skip to content

Commit

Permalink
bb: fix task name change
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramblurr committed May 16, 2024
1 parent 1425bca commit ac7b79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bb.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:tasks
{lint (shell "clj-kondo --lint src --fail-level error")
repl (shell "clojure -A:dev")
compile (shell "clojure -T:build compile-dev")
compile (shell "clojure -T:build compile-java-dev")
repl-portal (shell "clojure -A:dev -M:inspect/portal-cli-cider")
repl-term (shell "clojure -A:test -A:dev -M:repl/cider-refactor")

Expand Down

0 comments on commit ac7b79f

Please sign in to comment.