Skip to content

Commit 9dcfd38

Browse files
committed
Use common dgtized/carrier tasks for publishing over local copy
1 parent 5edeeb5 commit 9dcfd38

2 files changed

Lines changed: 4 additions & 68 deletions

File tree

bb.edn

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{:paths ["src"]
2+
:deps {io.github.dgtized/carrier
3+
{:git/url "https://github.com/dgtized/carrier.git"
4+
:git/sha "e7c853930a6cdf1995db902fce0d1f74cef236c5"}}
25
:tasks
36
{:requires ([babashka.fs :as fs]
4-
[bb.tasks :as t])
7+
[carrier.tasks :as t])
58
clean
69
{:task (do (println "Remove target directory")
710
(fs/delete-tree "target"))}

src/bb/tasks.clj

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)